Skip to content
Snippets Groups Projects
Commit f3b90b51 authored by srosse's avatar srosse
Browse files

OO-4864: change metadata for opencast series

parent ada9faf8
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ public class BigBlueButtonOpenCastRecordingsHandler implements BigBlueButtonReco ...@@ -191,7 +191,7 @@ public class BigBlueButtonOpenCastRecordingsHandler implements BigBlueButtonReco
// Date of the event // Date of the event
uriBuilder.optionalParameter("meta_opencast-dc-created", Formatter.formatDatetime(meetingCreation)); uriBuilder.optionalParameter("meta_opencast-dc-created", Formatter.formatDatetime(meetingCreation));
uriBuilder.optionalParameter("meta_opencast-meta_series-dc-title", seriesTitle); uriBuilder.optionalParameter("meta_opencast-series-dc-title", seriesTitle);
} }
private String creatorFirstLastName(User creator) { private String creatorFirstLastName(User creator) {
......
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