Merge branch 'main' into dev

This commit is contained in:
Luigi311
2024-01-05 15:12:54 -07:00
committed by GitHub
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 docker-compose -f JellyPlex-Watched-CI/jellyfin/docker-compose.yml up -d
# Wait for containers to start # Wait for containers to start
sleep 5 sleep 5
docker-compose -f JellyPlex-Watched-CI/plex/docker-compose.yml logs docker-compose -f JellyPlex-Watched-CI/plex/docker-compose.yml logs
docker-compose -f JellyPlex-Watched-CI/jellyfin/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 return show_guids, episode_guids
except Exception: except Exception:
return {}, {} return {}, {}