Skip to content

Commit

Permalink
- fixes #501
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed May 6, 2020
1 parent dc6f796 commit bfe89f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mediathek/config/Konstanten.java
Expand Up @@ -50,10 +50,10 @@ public class Konstanten {

// MediathekView URLs
public static final String ADRESSE_PROGRAMM_VERSION = "https://res.mediathekview.de/prog-info-13.xml";
public static final String ADRESSE_VORLAGE_PROGRAMMGRUPPEN = "https://res.mediathekview.de/programmgruppen13/programmgruppen.xml";
public static final String ADRESSE_DOWNLOAD = "https://mediathekview.de/download/";
public static final String ADRESSE_ANLEITUNG = "https://mediathekview.de/anleitung/";
public static final String ADRESSE_ONLINE_HELP = "https://mediathekview.de/faq/";
public static final String ADRESSE_VORLAGE_PROGRAMMGRUPPEN = "https://res.mediathekview.de/programmgruppen11/programmgruppen.xml";
public static final String ADRESSE_WEBSITE = "https://mediathekview.de/";
public static final String ADRESSE_FORUM = "https://forum.mediathekview.de/";
public static final String ADRESSE_DONATION = "https://mediathekview.de/spenden/";
Expand Down

0 comments on commit bfe89f0

Please sign in to comment.