mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-30 15:59:16 +02:00
oh
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ def update_rds(track_name: str):
|
|||||||
has_name = True
|
has_name = True
|
||||||
except KeyError as e:
|
except KeyError as e:
|
||||||
has_name = False
|
has_name = False
|
||||||
name = track_name.split(".",1)[0]
|
name = ".".join(track_name.split(".")[:-1])
|
||||||
|
|
||||||
if " - " in name:
|
if " - " in name:
|
||||||
count = name.count(" - ")
|
count = name.count(" - ")
|
||||||
|
|||||||
Reference in New Issue
Block a user