Skip to content

Commit 44e8583

Browse files
committed
Merge branch 'hotfix/geo' into hotfix/3.1.264
2 parents 5aa9cd7 + edd0904 commit 44e8583

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)