feat: Update SoundPlayed model to allow nullable user_id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user