From aaed2d146028ba1488a7ba7c7e924192b9df8394 Mon Sep 17 00:00:00 2001 From: undisclosed Date: Mon, 02 Jan 2023 08:58:15 +0000 Subject: [PATCH] Kommentare ergaenzt --- src/de/uhilger/calypso/handler/VLCPlayer.java | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/de/uhilger/calypso/handler/VLCPlayer.java b/src/de/uhilger/calypso/handler/VLCPlayer.java index a450b81..c2c1aba 100644 --- a/src/de/uhilger/calypso/handler/VLCPlayer.java +++ b/src/de/uhilger/calypso/handler/VLCPlayer.java @@ -1,8 +1,3 @@ -/* - * To change this license header, choose License Headers in Project Properties. - * To change this template file, choose Tools | Templates - * and open the template in the editor. - */ package de.uhilger.calypso.handler; import com.sun.net.httpserver.HttpExchange; @@ -25,6 +20,7 @@ public static final String DBUS_PREFIX = "dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.vlc /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player."; public static final String CMD_PAUSE_RESUME = "PlayPause"; public static final String CMD_SEEK = "Seek"; + public static final String CMD_VOLUME = "Volume"; @Override public String abspielen(String urlStr, String parameter, String meldeUrlStr, String token) { -- Gitblit v1.9.3