Skip to content

Commit

Permalink
address reviewer feedback
Browse files Browse the repository at this point in the history
Co-authored-by: 1hitsong <[email protected]>
  • Loading branch information
cewert and 1hitsong authored Nov 28, 2023
1 parent b4d5a4e commit a8256c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/utils/quickplay.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8256c2

Please sign in to comment.