We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84718f0 + 63041ee commit b37191cCopy full SHA for b37191c
ui/__init__.py
@@ -451,8 +451,6 @@ def threaded(stop):
451
while not stop():
452
if plex_watchlist.update() or overseerr_requests.update() or trakt_watchlist.update():
453
library = content.classes.library()[0]()
454
- if len(library) == 0:
455
- continue
456
watchlists = plex_watchlist + trakt_watchlist + overseerr_requests
457
try:
458
watchlists.data.sort(key=lambda s: s.watchlistedAt,reverse=True)
0 commit comments