mirror of
https://github.com/jellyfin/jellycon.git
synced 2025-02-21 14:21:30 +00:00
Merge pull request #198 from mcarlton00/empty-folders
Don't request empty folders from api if setting is disabled
This commit is contained in:
commit
f66d2c55ca
@ -327,6 +327,8 @@ def process_directory(url, progress, params, use_cache_data=False):
|
||||
'?userId={}'.format(user_id) +
|
||||
'&Fields={}'.format(default_filters) +
|
||||
'&format=json')
|
||||
if not show_empty_folders:
|
||||
u = u + '&isMissing=False'
|
||||
|
||||
elif item_details.item_type == "Season":
|
||||
u = ('/Shows/' + item_details.series_id +
|
||||
|
Loading…
x
Reference in New Issue
Block a user