feat: Clear and manage play_next queue on playlist changes
Some checks failed
Backend CI / lint (push) Failing after 9s
Backend CI / test (push) Failing after 1m36s

This commit is contained in:
JSC
2025-10-04 19:39:44 +02:00
parent f7197a89a7
commit 12243b1424
2 changed files with 32 additions and 0 deletions

View File

@@ -537,6 +537,7 @@ class TestPlayerEndpoints:
"duration": 30000,
"sounds": [],
},
"play_next_queue": [],
}
mock_player_service.get_state.return_value = mock_state