Update api/src/processing/services/bilibili.js

Co-authored-by: wukko <me@wukko.me>
This commit is contained in:
charles 2025-05-05 16:52:24 +08:00 committed by GitHub
parent 86c4f2da15
commit e5fa1a7ce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ export default async function ({comId, tvId, comShortLink, episode}) {
} }
if (comId) { if (comId) {
return com_download(comId, episode ? episode : 1); return com_download(comId, episode);
} else if (tvId) { } else if (tvId) {
return tv_download(tvId); return tv_download(tvId);
} }