feat: Update player state tests to include previous volume and adjust volume assertions
This commit is contained in:
@@ -516,6 +516,7 @@ class TestPlayerEndpoints:
|
||||
"status": PlayerStatus.PLAYING.value,
|
||||
"mode": PlayerMode.CONTINUOUS.value,
|
||||
"volume": 50,
|
||||
"previous_volume": 80,
|
||||
"position": 5000,
|
||||
"duration": 30000,
|
||||
"index": 0,
|
||||
|
||||
Reference in New Issue
Block a user