emby支持多源

This commit is contained in:
mtvpls
2026-01-08 00:31:03 +08:00
parent b61db02478
commit 2736c9e845
22 changed files with 1316 additions and 572 deletions
+1 -1
View File
@@ -897,7 +897,7 @@ const EpisodeSelector: React.FC<EpisodeSelectorProps> = ({
{/* 重新测试按钮 */}
{(() => {
// 私人影库和 Emby 不显示重新测试按钮
if (source.source === 'openlist' || source.source === 'emby') {
if (source.source === 'openlist' || source.source === 'emby' || source.source.startsWith('emby_')) {
return null;
}