Merge branch 'main' into dev

pull/135/head
Luigi311 2024-01-05 15:12:54 -07:00 committed by GitHub
commit 9dab9a4632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ jobs:
docker-compose -f JellyPlex-Watched-CI/jellyfin/docker-compose.yml up -d
# Wait for containers to start
sleep 5
docker-compose -f JellyPlex-Watched-CI/plex/docker-compose.yml logs
docker-compose -f JellyPlex-Watched-CI/jellyfin/docker-compose.yml logs

View File

@ -100,6 +100,7 @@ def get_user_library_watched_show(show):
)
}
return show_guids, episode_guids
except Exception:
return {}, {}