emby增加自定义ua和图片代理

This commit is contained in:
mtvpls
2026-03-03 11:23:25 +08:00
parent fe1f79b273
commit 4f87e99f52
13 changed files with 246 additions and 15 deletions
+1
View File
@@ -201,6 +201,7 @@ export interface AdminConfig {
appendMediaSourceId?: boolean; // 拼接MediaSourceId参数
transcodeMp4?: boolean; // 转码mp4
proxyPlay?: boolean; // 视频播放代理开关
customUserAgent?: string; // 自定义User-Agent
}>;
// 旧格式:单源配置(向后兼容)
Enabled?: boolean;