You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
symmetry
This commit is contained in:
@@ -57,7 +57,7 @@ def update_rds(track_name: str):
|
||||
prt = rds_base.format(artist, title)
|
||||
rtp = [4] # type 1
|
||||
rtp.append(prt.find(artist)) # start 1
|
||||
rtp.append(len(artist)) # len 1
|
||||
rtp.append(len(artist) - 1) # len 1
|
||||
rtp.append(1) # type 2
|
||||
rtp.append(prt.find(title)) # start 2
|
||||
rtp.append(len(title) - 1) # len 2
|
||||
|
||||
Reference in New Issue
Block a user