mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
re-added empty line to pass validation checks
This commit is contained in:
parent
37281f6ca7
commit
e510097193
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ def get_item_count(parent_id, item_type=None, params=None):
|
||||||
|
|
||||||
return result.get('TotalRecordCount', 1)
|
return result.get('TotalRecordCount', 1)
|
||||||
|
|
||||||
|
|
||||||
def get_items(parent_id, item_type=None, basic=False, params=None):
|
def get_items(parent_id, item_type=None, basic=False, params=None):
|
||||||
|
|
||||||
query = {
|
query = {
|
||||||
|
|
Loading…
Reference in a new issue