fix: Correct log message for sound favorited event broadcasting

This commit is contained in:
JSC
2025-08-17 01:08:33 +02:00
parent f56cc8b4cc
commit fe15e7a6af

View File

@@ -192,7 +192,7 @@ class FavoriteService:
}
await socket_manager.broadcast_to_all("sound_favorited", event_data)
logger.info(
"Broadcasted sound_favorited event for sound %s removal", sound_id
"Broadcasted sound_favorited event for sound %s removal", sound_id,
)
except Exception:
logger.exception(