Skip to content

Commit 270edfa

Browse files
committed
Backport version 3.0.3
1 parent 55ffe01 commit 270edfa

9 files changed

Lines changed: 77 additions & 58 deletions

File tree

addon.xml

Lines changed: 65 additions & 55 deletions
Large diffs are not rendered by default.

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.0.3 (1/5/2020)
2+
- [fix] Custom stations if the url is not a playlist (backport)
3+
- [new] Spanish website radio.es and improved translations
4+
- [new] screenshot support for addon-website (backport)
5+
16
3.0.1 (13/4/2020)
27
- [new] Use internal playlist resolver also in custom stations
38

resources/art/screenshot-1.png

245 KB
Loading

resources/art/screenshot-2.png

335 KB
Loading

resources/art/screenshot-3.png

286 KB
Loading

resources/art/screenshot-4.png

253 KB
Loading

resources/language/English/strings.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ msgctxt "#30304"
7676
msgid "Portuguese"
7777
msgstr ""
7878

79+
msgctxt "#30305"
80+
msgid "Spanish"
81+
msgstr ""
82+
7983
msgctxt "#30310"
8084
msgid "Force ViewMode to Thumbnail"
8185
msgstr ""

resources/language/Spanish/strings.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ msgstr "Forzar el modo vista en miniatura"
8686

8787
msgctxt "#30400"
8888
msgid "Add to 'My Stations'"
89-
msgstr "Añadir a "Mis emisoras""
89+
msgstr "Añadir a 'Mis emisoras'"
9090

9191
msgctxt "#30401"
9292
msgid "Remove from 'My Stations'"
93-
msgstr "Eliminar de "Mis emisoras""
93+
msgstr "Eliminar de 'Mis emisoras'"
9494

9595
msgctxt "#30402"
9696
msgid "Edit custom Station"

resources/lib/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def internal_resolver(self, station, ):
148148
if self.__check_paylist(stream_url):
149149
return self.__resolve_playlist(station)
150150
else:
151-
return station
151+
return stream_url
152152

153153
def get_top_stations(self, sizeperpage, pageindex):
154154
self.log(('get_top_stations started with '

0 commit comments

Comments
 (0)