mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
provide 10 last recordings in <lastrecordings> viewelement
This commit is contained in:
@@ -873,7 +873,7 @@ void cViewHelpers::SetLastRecordings(map<string,int> *intTokens, map<string,stri
|
||||
recVals.insert(pair< string, string >("recordings[posterheight]", sPosterHeight.str()));
|
||||
lastRecordings->push_back(recVals);
|
||||
found++;
|
||||
if (found == 5)
|
||||
if (found == 10)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user