Skip to content
Snippets Groups Projects
Commit f3350e18 authored by Gustavo Salazar's avatar Gustavo Salazar
Browse files

show length of recordings processed with 'presentation' scripts in demo10

parent 9c590006
No related branches found
No related tags found
No related merge requests found
......@@ -596,7 +596,7 @@ public String getRecordings(String meetingID) {
}
playback += StringEscapeUtils.escapeXml("<a href='" + urlP + "' target='_blank'>" + typeP + "</a>");
if(typeP.equalsIgnoreCase("slides")){
if(typeP.equalsIgnoreCase("slides") || typeP.equalsIgnoreCase("presentation")){
length = lengthP;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment