Skip to content

Commit

Permalink
see 987
Browse files Browse the repository at this point in the history
  • Loading branch information
codingPF committed May 18, 2024
1 parent 4a0c5d3 commit ff10a01
Showing 1 changed file with 2 additions and 2 deletions.
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 ff10a01

Please sign in to comment.