Update service.service.ts
This commit is contained in:
parent
462931afdf
commit
84a262767e
@ -288,7 +288,7 @@ async function checkPlaylists() {
|
||||
}
|
||||
|
||||
for (const e of eps) {
|
||||
if (isDownloading < maxDownloading && e.dataValues.status === 'waiting') {
|
||||
if (isDownloading <= maxDownloading && e.dataValues.status === 'waiting') {
|
||||
updatePlaylistByID(e.dataValues.id, 'preparing')
|
||||
isDownloading++
|
||||
server.logger.log({
|
||||
|
Reference in New Issue
Block a user