mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Add --idle to default mpv parameters (#76)
This commit is contained in:
parent
fe59011882
commit
7dd56bfb9b
2 changed files with 4 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ export const App = () => {
|
|||
const extraParameters = useSettingsStore.getState().playback.mpvExtraParameters;
|
||||
const properties = {
|
||||
...getMpvProperties(useSettingsStore.getState().playback.mpvProperties),
|
||||
volume: usePlayerStore.getState().volume,
|
||||
volume: usePlayerStore.getState().volume || 50,
|
||||
};
|
||||
|
||||
mpvPlayer?.initialize({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue