Fix variety show actor list

This commit is contained in:
cxfksword 2023-01-18 18:39:59 +08:00
parent b3792761c4
commit dc4b7ba71d
1 changed files with 6 additions and 0 deletions

View File

@ -450,6 +450,12 @@ namespace Jellyfin.Plugin.MetaShark.Api
celebrityRole = celebrityRoleType;
}
// 自己/嘉宾一般用于综艺
if (celebrityRoleType != "导演" && celebrityRoleType != "配音" && celebrityRoleType != "演员" && celebrityRoleType != "自己" && celebrityRoleType != "嘉宾")
{
continue;
}
var celebrity = new DoubanCelebrity();
celebrity.Id = celebrityId;
celebrity.Name = celebrityName;