From 7bcfc4001cd24523d25d9b9b4b884b05612afe4c Mon Sep 17 00:00:00 2001 From: Eike Baran Date: Sat, 11 Nov 2017 18:26:46 +0100 Subject: [plugin.audio.hearthis_at] 1.0.3 --- plugin.audio.hearthis_at/addon.py | 4 +--- plugin.audio.hearthis_at/addon.xml | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.audio.hearthis_at/addon.py b/plugin.audio.hearthis_at/addon.py index daf66f7..f1f4e63 100644 --- a/plugin.audio.hearthis_at/addon.py +++ b/plugin.audio.hearthis_at/addon.py @@ -86,9 +86,7 @@ def list_users(userlist, pagination = None, first=False, pre=[], post=[]): for u in userlist: items.append({'label': '%s%s (%s %s)' % ((u'[\u2665] ' if u.get('following', False) else u''), u['username'], str(u['track_count']), _('tracks')), 'icon': u['avatar_url'], - 'context_menu': [ - context_item_toggle('follow', u['following'], {'user': u['permalink']}) - ], + 'context_menu': context_item_toggle('follow', u['following'], {'user': u['permalink']}), 'path': plugin.url_for('show_user_first', user=u['permalink'], page=1, first=True)}) items = items + post items.append(pn_button(pagination, 1, len(userlist))) diff --git a/plugin.audio.hearthis_at/addon.xml b/plugin.audio.hearthis_at/addon.xml index baa6bb6..4477d9e 100644 --- a/plugin.audio.hearthis_at/addon.xml +++ b/plugin.audio.hearthis_at/addon.xml @@ -1,5 +1,5 @@ - + @@ -19,6 +19,8 @@ Hearthis.at ist eine Online-Musikplattform, auf welcher Nutzer ihre Werke hochladen, aufnehmen, bewerben und teilen können. Dieses Addon erlaubt Zugriff auf die wichtigsten Funktionen der Plattform um diese Inhalte abzurufen. Use at own risk. Code may be faulty, clog your drain or kill your cat. +v1.0.3 (2017-08-15) +- fixed search for artists v1.0.2 (2017-07-22) - fixed bug that would prevent non-logged-in users from using the addon v1.0.1 (2017-07-21) -- cgit v1.2.3