emby高级参数

This commit is contained in:
mtvpls
2026-01-08 19:45:39 +08:00
parent 198272f2e0
commit 3d30258f4e
7 changed files with 231 additions and 26 deletions
+4
View File
@@ -171,6 +171,10 @@ export interface AdminConfig {
LastSyncTime?: number; // 最后同步时间戳
ItemCount?: number; // 媒体项数量
isDefault?: boolean; // 是否为默认源(用于向后兼容)
// 高级流媒体选项
removeEmbyPrefix?: boolean; // 播放链接移除/emby前缀
appendMediaSourceId?: boolean; // 拼接MediaSourceId参数
transcodeMp4?: boolean; // 转码mp4
}>;
// 旧格式:单源配置(向后兼容)
Enabled?: boolean;