From 4916d6a757e3e06120729fda1aa23764884a0361 Mon Sep 17 00:00:00 2001 From: Famille Bollu Date: Mon, 30 Jul 2018 11:19:58 +0200 Subject: [PATCH] Do not sort videos alphabeticaly --- peertube.py | 1 - 1 file changed, 1 deletion(-) diff --git a/peertube.py b/peertube.py index e4fbd2c..14ad5e2 100644 --- a/peertube.py +++ b/peertube.py @@ -136,7 +136,6 @@ class PeertubeAddon(): # Add our listing to Kodi. xbmcplugin.addDirectoryItems(self.plugin_id, listing, len(listing)) - xbmcplugin.addSortMethod(self.plugin_id, xbmcplugin.SORT_METHOD_LABEL_IGNORE_THE) xbmcplugin.endOfDirectory(self.plugin_id) def play_video_continue(self, data):