mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +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`}
|
placeholder={`--gapless-playback=yes\n--prefetch-playlist=yes`}
|
||||||
width={225}
|
width={225}
|
||||||
onBlur={(e) => {
|
onBlur={(e) => {
|
||||||
update({
|
|
||||||
player: {
|
|
||||||
...settings,
|
|
||||||
mpv: {
|
|
||||||
...settings.mpv,
|
|
||||||
parameters: e.currentTarget.value,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
});
|
|
||||||
if (isElectron()) {
|
if (isElectron()) {
|
||||||
setLocalSetting(
|
setLocalSetting(
|
||||||
'mpv_parameters',
|
'mpv_parameters',
|
||||||
|
|||||||
Reference in New Issue
Block a user