mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 22:29:43 +00:00
Update API docs
This commit is contained in:
parent
b0521945bb
commit
3f2c48d398
@ -414,6 +414,9 @@ sub checkTimeToDisplayNextEpisode()
|
||||
if m.top.content.contenttype <> 4 then return ' only display when content is type "Episode"
|
||||
if m.nextupbuttonseconds = 0 then return ' is the button disabled?
|
||||
|
||||
' Don't show Next Episode button if trickPlayBar is visible
|
||||
if m.top.trickPlayBar.visible then return
|
||||
|
||||
if isValid(m.top.duration) and isValid(m.top.position)
|
||||
nextEpisodeCountdown = Int(m.top.duration - m.top.position)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user