Copy / Paste error.

This commit is contained in:
Jimi 2023-12-24 12:35:23 -07:00
parent a90df38b3a
commit 19c92f363e

View File

@ -84,7 +84,6 @@ sub LoadItems_AddVideoContent(video as object, mediaSourceId as dynamic, audio_s
else if isValid(meta.json.Name) else if isValid(meta.json.Name)
meta.title = meta.json.Name meta.title = meta.json.Name
end if end if
meta.showID = meta.json.id
meta.live = true meta.live = true
if LCase(meta.json.type) = "program" if LCase(meta.json.type) = "program"
video.id = meta.json.ChannelId video.id = meta.json.ChannelId