configure module layout
This commit is contained in:
parent
e279eceabc
commit
1106ae4dd6
2 changed files with 15 additions and 70 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue