feat: Update SoundPlayed model to allow nullable user_id

This commit is contained in:
JSC
2025-07-09 14:00:55 +02:00
parent 7d224d1db7
commit 4f702d3302
2 changed files with 2 additions and 2 deletions

View File

@@ -120,6 +120,6 @@ def create_app():
"""Stop services when app context is torn down."""
if exception:
scheduler_service.stop()
music_player_service.stop_vlc_instance()
# music_player_service.stop_vlc_instance()
return app