Skip to content

Commit

Permalink
include all video media in jellyfin sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Winterbird committed Jul 23, 2022
1 parent 95334d9 commit 8c93f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adbb/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ def jellyfin_anime_sync():
jf_client = init_jellyfin(args.jellyfin_url, user, password)
res = jf_client.jellyfin.user_items(params={
'recursive': True,
'includeItemTypes': ['Episode', 'Movie', 'Video'],
'mediaTypes': [ 'Video' ],
'collapseBoxSetItems': False,
'fields': 'Path',
})
jf_client.stop()
Expand Down

0 comments on commit 8c93f0c

Please sign in to comment.