Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/commit/590b614ea479081150ae24679033bd960acb8362 You should set ROOT_URL correctly, otherwise the web may not work correctly.

refactor: add comments for scanner

fix/specials-available-status
OwsleyJr 3 weeks ago
parent 915756a4d6
commit 590b614ea4

@ -324,6 +324,7 @@ class BaseScanner<T> {
}
}
// We want to skip specials when checking if a show is available
const isAllStandardSeasons =
seasons.length &&
seasons
@ -403,7 +404,7 @@ class BaseScanner<T> {
}
// If the show is already available, and there are no new seasons, dont adjust
// the status
// the status. Skip specials when performing availability check
const shouldStayAvailable =
media.status === MediaStatus.AVAILABLE &&
newSeasons.filter(

Loading…
Cancel
Save