Skip to content

Commit

Permalink
fix(balh): 修复国内仅有预告PV的番剧无法观看 (#1297)
Browse files Browse the repository at this point in the history
fix #1253
  • Loading branch information
Howard20181 authored Jan 3, 2024
1 parent 815e83c commit fa7ff0d
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 fa7ff0d

Please sign in to comment.