mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove unwanted modification
Was only for testing
This commit is contained in:
parent
e58d98bc10
commit
0e4c24ef18
1 changed files with 2 additions and 3 deletions
|
@ -186,8 +186,7 @@ class Read_EmbyServer():
|
|||
url = "{server}/emby/LiveTv/Recordings/?userid={UserId}&format=json"
|
||||
return self.doUtils(url, parameters=params)
|
||||
|
||||
def getSection(self, parentid, itemtype=None, sortby="SortName", basic=False, params=None,
|
||||
dialog=None):
|
||||
def getSection(self, parentid, itemtype=None, sortby="SortName", basic=False, dialog=None):
|
||||
|
||||
items = {
|
||||
|
||||
|
@ -239,7 +238,7 @@ class Read_EmbyServer():
|
|||
if basic:
|
||||
params['Fields'] = "Etag"
|
||||
else:
|
||||
params['Fields'] = params or (
|
||||
params['Fields'] = (
|
||||
|
||||
"Path,Genres,SortName,Studios,Writer,ProductionYear,Taglines,"
|
||||
"CommunityRating,OfficialRating,CumulativeRunTimeTicks,"
|
||||
|
|
Loading…
Reference in a new issue