mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +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
Origin commit data
------------------
Branch: ni/coolstream
Commit: fd1ba8df97
Author: martii <m4rtii@gmx.de>
Date: 2013-11-17 (Sun, 17 Nov 2013)
------------------
This commit was generated by Migit
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