mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 06:09:41 +00:00
Merge pull request #2035 from cewert/fix-2004
This commit is contained in:
commit
25cb9f2c79
@ -411,15 +411,6 @@ end sub
|
||||
' createContinueWatchingRow: Creates a row displaying items the user can continue watching
|
||||
'
|
||||
sub createContinueWatchingRow()
|
||||
sectionName = tr("Continue Watching")
|
||||
|
||||
if not sectionExists(sectionName)
|
||||
nextUpRow = m.top.content.CreateChild("HomeRow")
|
||||
nextUpRow.title = sectionName
|
||||
nextUpRow.imageWidth = homeRowItemSizes.WIDE_POSTER[0]
|
||||
nextUpRow.cursorSize = homeRowItemSizes.WIDE_POSTER
|
||||
end if
|
||||
|
||||
' Load the Continue Watching Data
|
||||
m.LoadContinueWatchingTask.observeField("content", "updateContinueWatchingItems")
|
||||
m.LoadContinueWatchingTask.control = "RUN"
|
||||
|
Loading…
Reference in New Issue
Block a user