Fix AttributeErrors

This commit is contained in:
tomkat83 2017-01-29 14:52:15 +01:00
parent e02cf55503
commit 3dea6efb82

View file

@ -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,