mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Remove unused mpv state set
This commit is contained in:
@@ -139,15 +139,6 @@ export const PlaybackTab = () => {
|
||||
placeholder={`--gapless-playback=yes\n--prefetch-playlist=yes`}
|
||||
width={225}
|
||||
onBlur={(e) => {
|
||||
update({
|
||||
player: {
|
||||
...settings,
|
||||
mpv: {
|
||||
...settings.mpv,
|
||||
parameters: e.currentTarget.value,
|
||||
},
|
||||
},
|
||||
});
|
||||
if (isElectron()) {
|
||||
setLocalSetting(
|
||||
'mpv_parameters',
|
||||
|
||||
Reference in New Issue
Block a user