Fix typo
This commit is contained in:
parent
fd395083bd
commit
00fd67cab3
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class Read_EmbyServer():
|
|||
return [viewName, viewId, mediatype]
|
||||
|
||||
def getFilteredSection(self, parentid, itemtype=None, sortby="SortName", recursive=True,
|
||||
limit=None, sortorder="Ascending", filter=""):
|
||||
limit=None, sortorder="Ascending", filter_type=""):
|
||||
params = {
|
||||
|
||||
'ParentId': parentid,
|
||||
|
|
Loading…
Reference in a new issue