Skip to content
Snippets Groups Projects
Commit 5acf0563 authored by Andreas Parschalk's avatar Andreas Parschalk
Browse files

openolat#232: bbb recordings in opencast: wrong title for series

parent 7fc034c6
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