mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-30 08:30:59 +03:00
Refactored subscribing process to remove bugs in the old system
images are now deleted from subscription videos when unsubscribing
This commit is contained in:
@@ -965,7 +965,7 @@ app.post('/api/getSubscription', async (req, res) => {
|
||||
files = recFindByExt(appended_base_path, 'mp4');
|
||||
} catch(e) {
|
||||
files = null;
|
||||
console.log('Failed to get folder for subscription: ' + subscription.name);
|
||||
console.log('Failed to get folder for subscription: ' + subscription.name + ' at path ' + appended_base_path);
|
||||
res.sendStatus(500);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user