This commit is contained in:
jxxghp
2023-08-04 20:07:32 +08:00
parent 9d2b3a4382
commit 9414f2e4cf

View File

@@ -126,6 +126,9 @@ async function checkSeasonsNotExists() {
try {
const result: NotExistMediaInfo[] = await api.post('download/notexists', mediaDetail.value)
if (result) {
if (result.length === 0)
isExists.value = true
result.forEach((item) => {
// 0-已存在 1-部分缺失 2-全部缺失
let state = 0