mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
changed video directory choosage behaviour
This commit is contained in:
@@ -25,9 +25,8 @@ public:
|
||||
// --- cRecMenuAskFolder ---------------------------------------------------------
|
||||
class cRecMenuAskFolder: public cRecMenu {
|
||||
private:
|
||||
std::vector<cString> folders;
|
||||
std::vector<std::string> folders;
|
||||
eRecMenuState NextAction;
|
||||
void readFolders(cList<cNestedItem> *rootFolders, cString path);
|
||||
public:
|
||||
cRecMenuAskFolder(const cEvent *event, eRecMenuState nextAction);
|
||||
cRecMenuItem *GetMenuItem(int number);
|
||||
|
Reference in New Issue
Block a user