mirror of
https://github.com/csd4ni3l/music-player.git
synced 2026-01-01 12:13:42 +01:00
Fix crashing due to Discord RPC error and fix metadata handling crashing if there are no id3 headers
This commit is contained in:
@@ -621,7 +621,7 @@ class Main(arcade.gui.UIView):
|
||||
else:
|
||||
state = "Paused"
|
||||
else:
|
||||
details = ""
|
||||
details = "No songs playing"
|
||||
state = "No songs playing"
|
||||
|
||||
self.pypresence_client.update(state=state, details=details, start=self.pypresence_client.start_time)
|
||||
|
||||
Reference in New Issue
Block a user