Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:luigi311/JellyPlex-Watched into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Jan 6, 2024
2 parents 1edfeca + 9dab9a4 commit 01fc13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def get_user_library_watched_show(show):
)
}


return show_guids, episode_guids
except Exception:
return {}, {}
Expand Down

0 comments on commit 01fc13c

Please sign in to comment.