Fix AttributeErrors
This commit is contained in:
parent
e02cf55503
commit
3dea6efb82
1 changed files with 0 additions and 4 deletions
|
@ -86,9 +86,6 @@ class Main():
|
|||
'reset': reset,
|
||||
'resetauth': entrypoint.resetAuth,
|
||||
'passwords': passwordsXML,
|
||||
'channels': entrypoint.BrowseChannels,
|
||||
'channelsfolder': entrypoint.BrowseChannels,
|
||||
'browsecontent': entrypoint.BrowseContent,
|
||||
'getsubfolders': entrypoint.GetSubFolders,
|
||||
'nextup': entrypoint.getNextUpEpisodes,
|
||||
'inprogressepisodes': entrypoint.getInProgressEpisodes,
|
||||
|
@ -96,7 +93,6 @@ class Main():
|
|||
'refreshplaylist': entrypoint.refreshPlaylist,
|
||||
'switchuser': entrypoint.switchPlexUser,
|
||||
'deviceid': entrypoint.resetDeviceId,
|
||||
'delete': entrypoint.deleteItem,
|
||||
'browseplex': entrypoint.BrowsePlexContent,
|
||||
'ondeck': entrypoint.getOnDeck,
|
||||
'chooseServer': entrypoint.chooseServer,
|
||||
|
|
Loading…
Reference in a new issue