Skip to content

Commit

Permalink
main.py: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasMamo committed Apr 5, 2023
1 parent 7f04a20 commit 1ff1a57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ async def main():
media_role = app.proplist.get('media.role', '').lower()
if (media_name and media_name == 'playback') or (media_role and media_role != 'music'):
playback = True
break

if playback:
break
Expand Down

0 comments on commit 1ff1a57

Please sign in to comment.