mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-13 18:43:17 +00:00
Flake8 linting
This commit is contained in:
parent
b1c9f95a86
commit
6d61a83b54
6 changed files with 7 additions and 6 deletions
|
|
@ -183,6 +183,7 @@ def get_item_count(parent_id, item_type=None, params=None):
|
|||
|
||||
return result.get('TotalRecordCount', 1)
|
||||
|
||||
|
||||
def get_items(parent_id, item_type=None, basic=False, params=None):
|
||||
|
||||
query = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue