Skip to content

Commit

Permalink
Merge pull request #2035 from cewert/fix-2004
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert authored Nov 16, 2024
2 parents 7927d49 + d1b4cf2 commit 25cb9f2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions components/home/HomeRows.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 25cb9f2

Please sign in to comment.