From f9f8196eb463f1c870c61d6db2c7fb56838a3c9b Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sun, 25 Apr 2021 13:34:05 +0000
Subject: [PATCH] 'calypso' aus den Abspieler-Kommandos entfernt, das gehoert zum Abspieler-URL

---
 src/de/uhilger/tango/api/MediaSteuerung.java |    8 ++++----
 src/tango_de_DE.properties                   |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/de/uhilger/tango/api/MediaSteuerung.java b/src/de/uhilger/tango/api/MediaSteuerung.java
index fb112ce..37e0d9e 100644
--- a/src/de/uhilger/tango/api/MediaSteuerung.java
+++ b/src/de/uhilger/tango/api/MediaSteuerung.java
@@ -64,7 +64,7 @@
 
   private static final Logger logger = Logger.getLogger(MediaSteuerung.class.getName());
 
-  public static final String PL_CMD_PLAY = "calypso/play";
+  public static final String PL_CMD_PLAY = "play";
   public static final String PL_DEFAULT_PARAMS = "?titel=";
   public static final String PL_PARAM_RUECK = "&r=";
   public static final String PL_API_STRG = "/api/strg/"; 
@@ -72,9 +72,9 @@
   public static final String PL_CMD_STOP = "stop";
   public static final String PL_CMD_PAUSE = "pause";
   public static final String PL_CMD_PLAYON = "playon";
-  public static final String PL_CMD_CALYPSO_STOP = "calypso/stop";
-  public static final String PL_CMD_CALYPSO_PAUSE = "calypso/pause";
-  public static final String PL_CMD_CALYPSO_PLAYON = "calypso/playon";
+  public static final String PL_CMD_CALYPSO_STOP = "stop";
+  public static final String PL_CMD_CALYPSO_PAUSE = "pause";
+  public static final String PL_CMD_CALYPSO_PLAYON = "playon";
   public static final String DEFAULT_HOST = "http://localhost:9090";
 
   private final Map spielt = new HashMap();
diff --git a/src/tango_de_DE.properties b/src/tango_de_DE.properties
index fa9aa42..94763e7 100644
--- a/src/tango_de_DE.properties
+++ b/src/tango_de_DE.properties
@@ -38,4 +38,4 @@
 msgParamFehlt=Der Parameter {0} muss angegeben werden.
 stoppingServer=stoppe Server..
 serverStopped=Server gestoppt.
-mediazEnd=Mediazentrale beendet.
+mediazEnd=Tango beendet.

--
Gitblit v1.9.3