mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
system/nkparser,ytparser: change Cleanup default to not to remove thumbnails
Conflicts: src/system/nkparser.h
This commit is contained in:
@@ -138,7 +138,7 @@ class cYTFeedParser
|
||||
bool GetVideoUrls();
|
||||
bool DownloadThumbnails();
|
||||
void Dump();
|
||||
void Cleanup(bool delete_thumbnails = true);
|
||||
void Cleanup(bool delete_thumbnails = false);
|
||||
|
||||
yt_video_list_t &GetVideoList() { return videos; }
|
||||
bool Parsed() { return parsed; }
|
||||
|
Reference in New Issue
Block a user