We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7e8ee commit 48fe780Copy full SHA for 48fe780
epgsearch.cpp
@@ -243,7 +243,7 @@ string SearchTimer::LoadFromQuery(QueryHandler& q)
243
if (repeatsWithinDays > 0) m_repeatsWithinDays = repeatsWithinDays;
244
245
//int m_blacklistmode
246
- //std::vecotr< std::string > m_blacklist_IDs;
+ //std::vector< std::string > m_blacklist_IDs;
247
//m_blacklistmode: 0=no, 1=Selection, 2=all
248
//to be implemented, requires array-support in QueryHandler for xml/html and json -> html param-parser has to be impelemented???
249
//and blacklist ids should be added to the webservice output
0 commit comments