File tree Expand file tree Collapse file tree
src/main/java/mServer/crawler/sender/zdf 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.249 '
30+ version = ' 3.1.250 '
3131
3232def jarName = ' MServer.jar'
3333def mainClass = ' mServer.Main'
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ public class ZdfConfiguration {
88 private Optional <String > videoAuthKey ;
99
1010 public ZdfConfiguration () {
11- searchAuthKey = Optional .empty ( );
12- videoAuthKey = Optional .empty ( );
11+ searchAuthKey = Optional .of ( "5bb200097db507149612d7d983131d06c79706d5" );
12+ videoAuthKey = Optional .of ( "20c238b5345eb428d01ae5c748c5076f033dfcc7" );
1313 }
1414
1515 public Optional <String > getSearchAuthKey () {
You can’t perform that action at this time.
0 commit comments