Skip to content

Commit

Permalink
Copy / Paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdogx committed Dec 24, 2023
1 parent a90df38 commit 19c92f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/ItemGrid/LoadVideoContentTask.bs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ sub LoadItems_AddVideoContent(video as object, mediaSourceId as dynamic, audio_s
else if isValid(meta.json.Name)
meta.title = meta.json.Name
end if
meta.showID = meta.json.id
meta.live = true
if LCase(meta.json.type) = "program"
video.id = meta.json.ChannelId
Expand Down

0 comments on commit 19c92f3

Please sign in to comment.