diff --git a/default.py b/default.py index 70b91c38..7c1e4a27 100644 --- a/default.py +++ b/default.py @@ -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,