mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
system/nkparser,ytparser: change Cleanup default to not to remove thumbnails
Conflicts:
src/system/nkparser.h
Origin commit data
------------------
Branch: ni/coolstream
Commit: a85af8f0a2
Author: martii <m4rtii@gmx.de>
Date: 2013-11-17 (Sun, 17 Nov 2013)
------------------
This commit was generated by Migit
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