Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
ipcjs authored and github-actions[bot] committed Jan 3, 2024
1 parent fa7ff0d commit ce91cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bilibili_bangumi_area_limit_hack.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2451,8 +2451,8 @@ function scriptSource(invokeBy) {
// 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 ce91cfa

Please sign in to comment.