mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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:
@@ -151,6 +151,7 @@ class cYTFeedParser
|
||||
void SetRegion(std::string reg) { region = reg; }
|
||||
void SetMaxResults(int count) { max_results = count; }
|
||||
void SetConcurrentDownloads(int count) { concurrent_downloads = count; }
|
||||
void SetThumbnailDir(std::string &_thumbnail_dir);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user