You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
oh
This commit is contained in:
@@ -79,7 +79,7 @@ def update_rds(track_name: str):
|
||||
has_name = True
|
||||
except KeyError as e:
|
||||
has_name = False
|
||||
name = track_name.split(".",1)[0]
|
||||
name = ".".join(track_name.split(".")[:-1])
|
||||
|
||||
if " - " in name:
|
||||
count = name.count(" - ")
|
||||
|
||||
Reference in New Issue
Block a user