Fix crashing due to Discord RPC error and fix metadata handling crashing if there are no id3 headers

This commit is contained in:
csd4ni3l
2025-07-21 17:33:56 +02:00
parent e5a6fa4a2e
commit 1325f9546f
2 changed files with 6 additions and 6 deletions

View File

@@ -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)