mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16: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"
|
url = "{server}/emby/LiveTv/Recordings/?userid={UserId}&format=json"
|
||||||
return self.doUtils(url, parameters=params)
|
return self.doUtils(url, parameters=params)
|
||||||
|
|
||||||
def getSection(self, parentid, itemtype=None, sortby="SortName", basic=False, params=None,
|
def getSection(self, parentid, itemtype=None, sortby="SortName", basic=False, dialog=None):
|
||||||
dialog=None):
|
|
||||||
|
|
||||||
items = {
|
items = {
|
||||||
|
|
||||||
|
@ -239,7 +238,7 @@ class Read_EmbyServer():
|
||||||
if basic:
|
if basic:
|
||||||
params['Fields'] = "Etag"
|
params['Fields'] = "Etag"
|
||||||
else:
|
else:
|
||||||
params['Fields'] = params or (
|
params['Fields'] = (
|
||||||
|
|
||||||
"Path,Genres,SortName,Studios,Writer,ProductionYear,Taglines,"
|
"Path,Genres,SortName,Studios,Writer,ProductionYear,Taglines,"
|
||||||
"CommunityRating,OfficialRating,CumulativeRunTimeTicks,"
|
"CommunityRating,OfficialRating,CumulativeRunTimeTicks,"
|
||||||
|
|
Loading…
Reference in a new issue