Do not error if failed to get library watched

This commit is contained in:
Luigi311
2023-02-25 15:03:27 -07:00
parent 45471607c8
commit 96eff65c3e
2 changed files with 14 additions and 15 deletions

View File

@@ -309,7 +309,7 @@ class Jellyfin:
f"Jellyfin: Failed to get watched for {user_name} in library {library_title}, Error: {e}",
2,
)
raise Exception(e)
return {}
async def get_users_watched(
self,