0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 13:52:00 +01:00

10cc final boss

This commit is contained in:
2025-12-27 10:03:56 +01:00
parent 7cff1a89a7
commit 9bd0d88d39

View File

@@ -39,7 +39,7 @@ def update_rds(track_name: str):
has_name = False
name = track_name.rsplit(".", 1)[0]
name = re.sub(r'^\s*\d+\s*[-.]?\s*', '', name)
# name = re.sub(r'^\s*\d+\s*[-.]?\s*', '', name)
if " - " in name:
count = name.count(" - ")