mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
				synced 2023-10-10 17:16:51 +00:00 
			
		
		
		
	Added simple recordings menu in HTTP server
This commit is contained in:
		| @@ -408,6 +408,8 @@ cMenuList* cConnectionHTTP::MenuListFromString(const std::string& Path, const st | ||||
| 	} else if (Filebase.compare("all") == 0 || | ||||
| 			(Filebase.empty() && Fileext.empty())) { | ||||
| 		iterator = new cListAll(); | ||||
| 	} else if (Filebase.compare("recordings") == 0) { | ||||
| 		iterator = new cRecordingsIterator(); | ||||
| 	} | ||||
|  | ||||
| 	if (iterator) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user