mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 19:22:37 -04:00
fix volumeFade
This commit is contained in:
@@ -185,7 +185,7 @@ const playQueueSlice = createSlice({
|
||||
state.fadeType = action.payload.value;
|
||||
break;
|
||||
case 'volumeFade':
|
||||
state.fadeType = action.payload.value;
|
||||
state.volumeFade = action.payload.value;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user