Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicba1010 authored and luigi311 committed Jan 3, 2024
1 parent 58c7713 commit dc3fd9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ def get_user_library_watched(user, user_plex, library):

for show_guids, episode_guids in future_thread_executor(args, threads=4):
if show_guids and episode_guids:
# append show, season, episode
if show_guids not in watched:
watched[show_guids] = {}

watched[show_guids] = episode_guids
logger(
f"Plex: Added {episode_guids} to {user_name} {show_guids} watched list",
Expand Down

0 comments on commit dc3fd9a

Please sign in to comment.