Include The Name Of The TV Show while displaying Episodes In Playlists. (#5778)
* Include The Name Of The TV Show while displaying Episodes In Playlists. * Include The Name Of The TV Show while displaying Episodes In Collections. * Undoing Carbuilder changes. * Undoing itemHelper changes * change in playlistViewer using showParentTitle
This commit is contained in:
committed by
GitHub
parent
78fba289f2
commit
6bee8694a2
@@ -24,7 +24,8 @@ function getItemsHtmlFn(playlistId, isEditable = false) {
|
||||
action: 'playallfromhere',
|
||||
smallIcon: true,
|
||||
dragHandle: isEditable,
|
||||
playlistId
|
||||
playlistId,
|
||||
showParentTitle: true
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user