From 6d71f631a52e450f969157146878776280667ace Mon Sep 17 00:00:00 2001 From: Jakob Linskeseder Date: Sat, 18 Apr 2020 16:25:53 +0200 Subject: [PATCH] Release version 3.2.0 Removed unused file. Should have been removed in commit 6c3aac2621c39aa0bb709bc36f1ffa24740528a0. --- addon.xml | 20 +++++--------------- service.py | 3 --- 2 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 service.py diff --git a/addon.xml b/addon.xml index 670dbfc..43815c9 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -19,20 +19,10 @@ https://forum.kodi.tv/showthread.php?tid=206635 https://soundcloud.com https://github.com/jaylinski/kodi-addon-soundcloud - 3.1.2 (2020-03-30) -[fix] Fix loading of large (> 50) track lists - -3.1.1 (2019-12-01) -[fix] Fixed client-ID extraction from SoundCloud website -[lng] Added Dutch translations - -3.1.0 (2019-10-16) -[upd] Added "Albums", "Playlists" and "Spotlight" folders to user pages -[upd] Thumbnail images now have a higher resolution -[fix] Fixed error when selecting the "Discover" folder -[fix] Changed default format to "mp3" to fix a session timeout issue on tracks longer than 30 minutes -[fix] Fixed Python 3 compatibility issue (Addon is now ready for Kodi 19) -[lng] Improved German translations + 3.2.0 (2020-04-18) +[fix] Custom client ID won't be overwritten anymore +[new] Added ability to clear cache in settings +[new] Track descriptions can now be viewed in info window resources/icon.png diff --git a/service.py b/service.py deleted file mode 100644 index 897df60..0000000 --- a/service.py +++ /dev/null @@ -1,3 +0,0 @@ -from resources import service - -service.run()