Skip to content

Commit

Permalink
fix(balh): 修复国内仅有预告PV的番剧无法观看
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard20181 committed Jan 2, 2024
1 parent 815e83c commit 3d79f21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ export function area_limit_for_vue() {
// data.initEpList.forEach(removeEpAreaLimit)
// data.rights.area_limit = false
// data.rights.allow_dm = 1
} else if (data.seasonInfo && !data.seasonInfo.mediaInfo.hasPlayableEp) {
// 新版全都没用了,干脆没有Playable的直接就替换掉
} else if (data.seasonInfo && !data.seasonInfo.mediaInfo.rights.can_watch) {
// 新版没有Playable的是预告 PV,不能直接跳过,can_watch=false 才替换
return;
}
break;
Expand Down

0 comments on commit 3d79f21

Please sign in to comment.