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