mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
YT: add download dir menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6605fa9e02
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-06-02 (Sun, 02 Jun 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4413,6 +4413,8 @@ bool CMovieBrowser::showYTMenu(bool calledExternally)
|
||||
|
||||
CFileChooser fc(&m_settings.ytthumbnaildir);
|
||||
mainMenu.addItem(new CMenuForwarder(LOCALE_MOVIEBROWSER_CACHE_DIR, true, m_settings.ytthumbnaildir, &fc));
|
||||
CFileChooser fcdl(&g_settings.downloadcache_dir);
|
||||
mainMenu.addItem(new CMenuForwarder(LOCALE_MOVIEBROWSER_YT_DL_DIR, true, g_settings.downloadcache_dir, &fcdl));
|
||||
|
||||
yt_menue = &mainMenu;
|
||||
yt_menue_end = yt_menue->getItemsCount();
|
||||
|
Reference in New Issue
Block a user