configure module layout

This commit is contained in:
Benjamin Palko 2024-03-20 12:29:05 -05:00
parent e279eceabc
commit 1106ae4dd6
2 changed files with 15 additions and 70 deletions

View file

@ -124,9 +124,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 current_playing is None or current_playing.props.player_name == player.props.player_name: