We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ac5d8 + e1b664e commit 70936c4Copy full SHA for 70936c4
2 files changed
build.gradle
@@ -27,7 +27,7 @@ sourceCompatibility = JavaVersion.VERSION_17
27
targetCompatibility = JavaVersion.VERSION_17
28
group = 'de.mediathekview'
29
archivesBaseName = "MServer"
30
-version = '3.1.268'
+version = '3.1.269'
31
32
def jarName = 'MServer.jar'
33
def mainClass = 'mServer.Main'
src/main/java/mServer/crawler/sender/zdf/ZdfConstants.java
@@ -85,6 +85,7 @@ public final class ZdfConstants {
85
SPECIAL_COLLECTION_IDS.put("pub-form-10004", "Filme");
86
SPECIAL_COLLECTION_IDS.put("pub-form-10003", "Dokus");
87
SPECIAL_COLLECTION_IDS.put("pub-form-10010", "Serien");
88
+ SPECIAL_COLLECTION_IDS.put("genre-10290", "Sport");
89
}
90
91
private ZdfConstants() {}
0 commit comments