Skip to content

Commit 70936c4

Browse files
committed
zdf deep search for sport
2 parents e8ac5d8 + e1b664e commit 70936c4

2 files changed

Lines changed: 2 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.268'
30+
version = '3.1.269'
3131

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

src/main/java/mServer/crawler/sender/zdf/ZdfConstants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public final class ZdfConstants {
8585
SPECIAL_COLLECTION_IDS.put("pub-form-10004", "Filme");
8686
SPECIAL_COLLECTION_IDS.put("pub-form-10003", "Dokus");
8787
SPECIAL_COLLECTION_IDS.put("pub-form-10010", "Serien");
88+
SPECIAL_COLLECTION_IDS.put("genre-10290", "Sport");
8889
}
8990

9091
private ZdfConstants() {}

0 commit comments

Comments
 (0)