Skip to content

Commit

Permalink
Include The Name Of The TV Show while displaying Episodes In Playlist…
Browse files Browse the repository at this point in the history
…s. (jellyfin#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
  • Loading branch information
venkat-karasani authored and kevgrig committed Jan 7, 2025
1 parent e29bf1f commit 1536fa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/playlistViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ function getItemsHtmlFn(playlistId, isEditable = false) {
action: 'playallfromhere',
smallIcon: true,
dragHandle: isEditable,
playlistId
playlistId,
showParentTitle: true
});
};
}
Expand Down

0 comments on commit 1536fa9

Please sign in to comment.