Skip to content

Commit b37191c

Browse files
authored
Merge pull request #19 from sirstudly/allow_empty_plex_lib_v2
Empty plex library prevents new watchlisted items from being downloaded
2 parents 84718f0 + 63041ee commit b37191c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,6 @@ def threaded(stop):
451451
while not stop():
452452
if plex_watchlist.update() or overseerr_requests.update() or trakt_watchlist.update():
453453
library = content.classes.library()[0]()
454-
if len(library) == 0:
455-
continue
456454
watchlists = plex_watchlist + trakt_watchlist + overseerr_requests
457455
try:
458456
watchlists.data.sort(key=lambda s: s.watchlistedAt,reverse=True)

0 commit comments

Comments
 (0)