[media.ccc.de] Add conference title to "recent" kiosk

The "conference_title" field was added upstream recently (see https://github.com/voc/voctoweb/issues/495)
This commit is contained in:
TobiGr 2021-01-08 12:04:39 +01:00
parent ab62464e86
commit 52f3bd15f2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class MediaCCCRecentKioskExtractor implements StreamInfoItemExtractor {
@Override
public String getUploaderName() throws ParsingException {
return "";
return event.getString("conference_title");
}
@Override