emby增加代理模式

This commit is contained in:
mtvpls
2026-01-09 22:34:29 +08:00
parent a41e69c387
commit f1707f8fa4
5 changed files with 58 additions and 23 deletions

View File

@@ -178,6 +178,7 @@ export interface AdminConfig {
removeEmbyPrefix?: boolean; // 播放链接移除/emby前缀
appendMediaSourceId?: boolean; // 拼接MediaSourceId参数
transcodeMp4?: boolean; // 转码mp4
proxyPlay?: boolean; // 视频播放代理开关
}>;
// 旧格式:单源配置(向后兼容)
Enabled?: boolean;