Compare commits
2 Commits
renovate/s
...
noavc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32906e8a9d | ||
|
|
1c13b436db |
@@ -107,7 +107,7 @@ function getMediaSourceHtml(user, item, version) {
|
||||
if (stream.CodecTag) {
|
||||
attributes.push(createAttribute(globalize.translate('MediaInfoCodecTag'), stream.CodecTag));
|
||||
}
|
||||
if (stream.IsAVC != null) {
|
||||
if (stream.Type === 'Video' && stream.IsAVC != null) {
|
||||
attributes.push(createAttribute('AVC', (stream.IsAVC ? 'Yes' : 'No')));
|
||||
}
|
||||
if (stream.Profile) {
|
||||
|
||||
Reference in New Issue
Block a user