Skip to content

Commit

Permalink
shoutcast: Corrected statustext for retrieving genre list
Browse files Browse the repository at this point in the history
  • Loading branch information
Hains authored and littlesat committed Dec 6, 2024
1 parent bf4bd97 commit c771d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shoutcast/src/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def getFavoriteList(self, favoriteListIndex=0):

def getGenreList(self, genre="all", id=0):
self["headertext"].setText("")
self["statustext"].setText(_("Getting SHOUTcast genre list for %s..." % genre))
self["statustext"].setText(_("Getting SHOUTcast genre list..."))
self["list"].hide()
if len(devid) > 8:
url = self.SC + "/genre/secondary?parentid=%s&k=%s&f=xml" % (id, devid)
Expand Down

0 comments on commit c771d7c

Please sign in to comment.