1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-20 23:12:16 +00:00

fix error message for manifest download

This commit is contained in:
Luca Armaroli
2021-10-14 20:47:08 +02:00
parent f23d2a25fe
commit 153d15c9c9

View File

@@ -234,7 +234,7 @@ export async function downloadShareVideo(videoUrls: Array<VideoUrl>): Promise<vo
}
}
else {
logger.verbose('TODO: manifest download');
logger.error('TODO: manifest download');
continue;
}