font and size

This commit is contained in:
2025-07-30 13:38:37 +02:00
parent 31b5613552
commit 0b835c4a23
5 changed files with 9 additions and 9 deletions

View File

@@ -137,9 +137,9 @@ class PlayerManager:
if track_info:
if player.props.status == "Playing":
track_info = " " + track_info
track_info = "" + track_info
else:
track_info = " " + track_info
track_info = "" + track_info
# only print output if no other player is playing
current_playing = self.get_first_playing_player()
if (