mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Set auto_restart prop to true on mpv instance
This commit is contained in:
+1
-1
@@ -334,7 +334,7 @@ const createMpv = (data: { extraParameters?: string[]; properties?: Record<strin
|
||||
mpvInstance = new MpvAPI(
|
||||
{
|
||||
audio_only: true,
|
||||
auto_restart: false,
|
||||
auto_restart: true,
|
||||
binary: MPV_BINARY_PATH || '',
|
||||
time_update: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user