added public watch parties with cloudflared
This commit is contained in:
@@ -14,7 +14,8 @@ const DEFAULT_CONFIG = {
|
||||
},
|
||||
paths: {
|
||||
mpv: null,
|
||||
ffmpeg: null
|
||||
ffmpeg: null,
|
||||
cloudflared: null,
|
||||
}
|
||||
};
|
||||
|
||||
@@ -26,7 +27,8 @@ export const CONFIG_SCHEMA = {
|
||||
},
|
||||
paths: {
|
||||
mpv: { description: "Required to open anime episodes in mpv on desktop version." },
|
||||
ffmpeg: { description: "Required for downloading anime episodes." }
|
||||
ffmpeg: { description: "Required for downloading anime episodes." },
|
||||
cloudflared: { description: "Required for creating pubic rooms." }
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user