mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +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(
|
mpvInstance = new MpvAPI(
|
||||||
{
|
{
|
||||||
audio_only: true,
|
audio_only: true,
|
||||||
auto_restart: false,
|
auto_restart: true,
|
||||||
binary: MPV_BINARY_PATH || '',
|
binary: MPV_BINARY_PATH || '',
|
||||||
time_update: 1,
|
time_update: 1,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user