Skip to content

Commit

Permalink
Fix playlist continuation not terminating
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Jul 10, 2024
1 parent f94d5e8 commit 3a075cd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ internal object MediaItemLoader: ListenerLoader<String, MediaItemData>() {
uncertain = false,
subitems_uncertain = true
)

if (item.continuation == null) {
item.Continuation.set(null, context.database)
}
}

return@runCatching item
Expand Down

0 comments on commit 3a075cd

Please sign in to comment.