1
0
Fork 0
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:
venkata nadha reddy 2024-09-03 19:47:30 +00:00 committed by GitHub
parent 78fba289f2
commit 6bee8694a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,8 @@ function getItemsHtmlFn(playlistId, isEditable = false) {
action: 'playallfromhere',
smallIcon: true,
dragHandle: isEditable,
playlistId
playlistId,
showParentTitle: true
});
};
}