mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
limit transcoding to level 41
This commit is contained in:
parent
1eb2690523
commit
4229e36361
15 changed files with 33 additions and 38 deletions
|
@ -257,10 +257,9 @@ define(['itemHelper', 'mediaInfo', 'indicators', 'connectionManager', 'layoutMan
|
|||
textlines.push(item.SeriesName || ' ');
|
||||
}
|
||||
|
||||
// Not needed, part of mediainfo
|
||||
//if (item.EpisodeTitle) {
|
||||
// textlines.push(item.Name || ' ');
|
||||
//}
|
||||
if (item.EpisodeTitle) {
|
||||
textlines.push(item.Name || ' ');
|
||||
}
|
||||
}
|
||||
|
||||
var displayName = itemHelper.getDisplayName(item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue