From 9603599a1d0f161d1365fe8d0d60ce1d3133e197 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 27 Apr 2021 14:53:03 +0000
Subject: [PATCH] ui nach www geschoben, Steuerung daran angepasst

---
 src/de/uhilger/tango/api/MediaSteuerung.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/de/uhilger/tango/api/MediaSteuerung.java b/src/de/uhilger/tango/api/MediaSteuerung.java
index d8947c7..7cb8672 100644
--- a/src/de/uhilger/tango/api/MediaSteuerung.java
+++ b/src/de/uhilger/tango/api/MediaSteuerung.java
@@ -53,7 +53,6 @@
  *
  * HTTP GET /mz/api/strg/abspieler/pause 
  * HTTP GET /mz/api/strg/abspieler/stop 
- * FALSCH: HTTP GET /mz/api/strg/abspieler/weiter
  * 
  * Faustregel: Anzahl Elemente eines URL plus 1 ist die Anzahl der Elemente des 
  * Ergebnisses von String.split.
@@ -69,7 +68,7 @@
   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/"; 
+  public static final String PL_API_STRG = "api/strg/"; 
   public static final String PL_CMD_ENDE = "ende";
   public static final String PL_CMD_STOP = "stop";
   public static final String PL_CMD_PAUSE = "pause";

--
Gitblit v1.9.3