mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/moviebrowser: add gui options for yt/nk cache directories
Conflicts: src/gui/moviebrowser.cpp src/system/nkparser.cpp src/system/nkparser.h
This commit is contained in:
@@ -698,6 +698,11 @@ void cYTFeedParser::Cleanup(bool delete_thumbnails)
|
||||
feedmode = -1;
|
||||
}
|
||||
|
||||
void cYTFeedParser::SetThumbnailDir(std::string &_thumbnail_dir)
|
||||
{
|
||||
thumbnail_dir = _thumbnail_dir;
|
||||
}
|
||||
|
||||
void cYTFeedParser::Dump()
|
||||
{
|
||||
printf("feed: %d videos\n", (int)videos.size());
|
||||
|
Reference in New Issue
Block a user