This commit is contained in:
Luigi311
2022-08-17 22:09:11 -06:00
parent 942ec3533f
commit dd319271bd
4 changed files with 10 additions and 10 deletions

View File

@@ -165,7 +165,7 @@ class Plex:
raise Exception(e)
def update_user_watched (self, user, user_plex, library, videos, dryrun):
def update_user_watched(self, user, user_plex, library, videos, dryrun):
try:
logger(f"Plex: Updating watched for {user.title} in library {library}", 1)
videos_shows_ids, videos_episodes_ids, videos_movies_ids = generate_library_guids_dict(videos)