feat 自定义订阅

This commit is contained in:
jxxghp
2023-08-10 12:42:15 +08:00
parent 2ddc112e0a
commit f7d55421b0
11 changed files with 851 additions and 16 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ async function checkSeasonsNotExists() {
let state = 0
if (item.episodes.length === 0)
state = 2
else if (item.episodes.length < item.total_episodes)
else if (item.episodes.length < item.total_episode)
state = 1
if (state !== 2)
isExists.value = true