Add Now playing msg

This commit is contained in:
elpatron68
2019-07-27 21:47:41 +02:00
parent 1baadcb829
commit 6bff8214ca
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,9 @@ def geturl_byid(id):
else:
return "-1"
def getstationname_byid(id):
return rb.stations_byid(id)
if __name__ == "__main__":
r = getstations_byname('r.sh')
pass