fix dupe titles
This commit is contained in:
parent
95e99a6716
commit
7bc57e287a
2 changed files with 6 additions and 3 deletions
|
@ -178,7 +178,7 @@ define(['datetime', 'globalize', 'embyRouter', 'itemHelper', 'material-icons', '
|
|||
});
|
||||
}
|
||||
|
||||
if (item.IsSeries && item.EpisodeTitle) {
|
||||
if (item.IsSeries && item.EpisodeTitle && options.episodeTitle !== false) {
|
||||
miscInfo.push(itemHelper.getDisplayName(item));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue