Merge pull request #2035 from cewert/fix-2004
Some checks failed
Automation 🤖 / Project board 📊 (push) Has been cancelled
Automation 🤖 / Labeling 🏷️ (push) Has been cancelled
build-dev / dev (push) Has been cancelled
build-prod / prod (push) Has been cancelled

This commit is contained in:
Charles Ewert 2024-11-16 16:36:26 -05:00 committed by GitHub
commit 25cb9f2c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"