MusicPlayer app: fix end of song when app is closed

This commit is contained in:
Thomas Farstrike
2025-11-23 22:56:29 +01:00
parent a4b56a3bf9
commit 023a316efb
@@ -126,4 +126,4 @@ class FullscreenPlayer(Activity):
if result:
text = result
print(f"AudioPlayer finished: {text}")
update_ui_threadsafe_if_foreground(self._filename_label.set_text, text)
self.update_ui_threadsafe_if_foreground(self._filename_label.set_text, text)