mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
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:
parent
78fba289f2
commit
6bee8694a2
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ function getItemsHtmlFn(playlistId, isEditable = false) {
|
|||
action: 'playallfromhere',
|
||||
smallIcon: true,
|
||||
dragHandle: isEditable,
|
||||
playlistId
|
||||
playlistId,
|
||||
showParentTitle: true
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue