mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-12-13 17:16:16 +00:00
Merge pull request #1275 from 1hitsong/fixUseOfUninitializedVariable
This commit is contained in:
commit
b774243d81
@ -569,11 +569,7 @@ sub Main (args as dynamic) as void
|
||||
else if not isValid(node.showID)
|
||||
sceneManager.callFunc("popScene")
|
||||
else
|
||||
if video.errorMsg = ""
|
||||
autoPlayNextEpisode(node.id, node.showID)
|
||||
else
|
||||
sceneManager.callFunc("popScene")
|
||||
end if
|
||||
autoPlayNextEpisode(node.id, node.showID)
|
||||
end if
|
||||
end if
|
||||
end if
|
||||
|
Loading…
Reference in New Issue
Block a user