From 6bee8694a2b5631b2a7559e6be63b356c5ba3614 Mon Sep 17 00:00:00 2001 From: venkata nadha reddy <45334400+venkat-karasani@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:47:30 +0000 Subject: [PATCH] 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 --- src/scripts/playlistViewer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scripts/playlistViewer.js b/src/scripts/playlistViewer.js index 512a15281b..5240863124 100644 --- a/src/scripts/playlistViewer.js +++ b/src/scripts/playlistViewer.js @@ -24,7 +24,8 @@ function getItemsHtmlFn(playlistId, isEditable = false) { action: 'playallfromhere', smallIcon: true, dragHandle: isEditable, - playlistId + playlistId, + showParentTitle: true }); }; }