stream local files to player
This commit is contained in:
@@ -15,6 +15,7 @@ const DEFAULT_CONFIG = {
|
||||
paths: {
|
||||
mpv: null,
|
||||
ffmpeg: null,
|
||||
ffprobe: null,
|
||||
cloudflared: null,
|
||||
}
|
||||
};
|
||||
@@ -28,6 +29,7 @@ export const CONFIG_SCHEMA = {
|
||||
paths: {
|
||||
mpv: { description: "Required to open anime episodes in mpv on desktop version." },
|
||||
ffmpeg: { description: "Required for downloading anime episodes." },
|
||||
ffprobe: { description: "Required for watching local anime episodes." },
|
||||
cloudflared: { description: "Required for creating pubic rooms." }
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user