clear presence when media isnt active

This commit is contained in:
2025-12-09 20:51:58 +01:00
parent 56419497b9
commit be33090bd2

View File

@@ -16,6 +16,7 @@ def main_loop(last_media_id):
if len(media_list) == 0:
print("No active media found.")
rpc.clear()
return
media = media_list[0]