summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/viewhelpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/viewhelpers.c b/views/viewhelpers.c
index fae89c7..d504dad 100644
--- a/views/viewhelpers.c
+++ b/views/viewhelpers.c
@@ -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;
}
}