File tree Expand file tree Collapse file tree
src/main/java/mServer/crawler/sender Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ sourceCompatibility = JavaVersion.VERSION_17
2727targetCompatibility = JavaVersion . VERSION_17
2828group = ' de.mediathekview'
2929archivesBaseName = " MServer"
30- version = ' 3.1.263 '
30+ version = ' 3.1.264 '
3131
3232def jarName = ' MServer.jar'
3333def mainClass = ' mServer.Main'
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments