From a8256c257627ea354ab55279b2cf65e28a6da87a Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Tue, 28 Nov 2023 16:32:57 -0500 Subject: [PATCH] address reviewer feedback Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com> --- source/utils/quickplay.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/quickplay.bs b/source/utils/quickplay.bs index 99a72c6b2..429b5a642 100644 --- a/source/utils/quickplay.bs +++ b/source/utils/quickplay.bs @@ -572,7 +572,7 @@ namespace quickplay if isValid(tvshowsData) and isValidAndNotEmpty(tvshowsData.items) ' the type of media returned from api may change. - if tvshowsData.items[0].Type = "Series" + if LCase(tvshowsData.items[0].Type) = "series" quickplay.multipleSeries(tvshowsData.items) else ' if first item is not a series, then assume they are all videos and/or episodes