Skip to content

Commit

Permalink
ONE und alpha erst mal als Sender ARD listen
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1702 committed May 18, 2024
2 parents 4a0c5d3 + 51fd756 commit 354921e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
group = 'de.mediathekview'
archivesBaseName = "MServer"
version = '3.1.233'
version = '3.1.234'

def jarName = 'MServer.jar'
def mainClass = 'mServer.Main'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ public class ArdFilmDeserializer implements JsonDeserializer<List<ArdFilmDto>> {
ADDITIONAL_SENDER.put("radio_bremen", "rbtv");
ADDITIONAL_SENDER.put("tagesschau24", Const.ARD);
ADDITIONAL_SENDER.put("das_erste", Const.ARD);
ADDITIONAL_SENDER.put("one", "ONE"); // ONE
ADDITIONAL_SENDER.put("ard-alpha", "ARD-alpha"); // ARD-alpha
ADDITIONAL_SENDER.put("one", Const.ARD); // ONE
ADDITIONAL_SENDER.put("ard-alpha", Const.ARD); // ARD-alpha
ADDITIONAL_SENDER.put("funk", "Funk.net"); // Funk.net
ADDITIONAL_SENDER.put("sr", Const.SR);
ADDITIONAL_SENDER.put("phoenix", Const.PHOENIX);
Expand Down

0 comments on commit 354921e

Please sign in to comment.