Skip to content

Commit f3fc235

Browse files
committed
add missing geo info
2 parents 7716a5e + 44e8583 commit f3fc235

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sourceCompatibility = JavaVersion.VERSION_17
2727
targetCompatibility = JavaVersion.VERSION_17
2828
group = 'de.mediathekview'
2929
archivesBaseName = "MServer"
30-
version = '3.1.263'
30+
version = '3.1.264'
3131

3232
def jarName = 'MServer.jar'
3333
def mainClass = 'mServer.Main'

src/main/java/mServer/crawler/sender/MediathekReader.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,17 +319,23 @@ private void processKiKa(DatenFilm film) {
319319
private void setGeo(DatenFilm film) {
320320
switch (film.arr[DatenFilm.FILM_SENDER]) {
321321
case Const.ARD:
322+
case Const.ARD_ALPHA:
322323
case Const.BR:
323324
case Const.HR:
324325
case Const.MDR:
325326
case Const.NDR:
327+
case Const.ONE:
326328
case Const.RBB:
329+
case Const.RBTV:
327330
case Const.SR:
328331
case Const.SWR:
332+
case Const.TAGESSCHAU24:
329333
case Const.WDR:
330334
processArd(film);
331335
break;
332336

337+
case Const.ZDF_INFO:
338+
case Const.ZDF_NEO:
333339
case Const.ZDF_TIVI:
334340
case Const.DREISAT:
335341
processZdfPart(film);

0 commit comments

Comments
 (0)