mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Improve MPV initialization and restore (#222)
- set mpv settings only after it has successfully started (at least on linux, settings were not taken) - change timing of restore queue to behave properly
This commit is contained in:
@@ -701,6 +701,7 @@ export const usePlayerStore = create<PlayerSlice>()(
|
||||
state.current = {
|
||||
...state.current,
|
||||
...data.current,
|
||||
time: 0,
|
||||
};
|
||||
state.queue = {
|
||||
...state.queue,
|
||||
|
||||
Reference in New Issue
Block a user