mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
Add --idle to default mpv parameters (#76)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user