Skip to content

Commit

Permalink
fix split large chaps crash
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Nov 19, 2022
1 parent b16bec3 commit abc6e6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/phim/_season.vue
Expand Up @@ -537,6 +537,14 @@ watch(
return
}
// check season on tasks
if (seasons.value?.some(item => item.value === realIdCurrentSeason.value)) {
console.log("exists on cache by data previous season")
return
}
console.log("data refreshed")
const season = data.value.season ?? []
Expand Down

0 comments on commit abc6e6a

Please sign in to comment.