From 2f2aa7d344d41c6d4083149b1ea6b41e7fb1f683 Mon Sep 17 00:00:00 2001 From: undisclosed Date: Sat, 07 Jan 2023 15:24:26 +0000 Subject: [PATCH] Baustelle: Calypso 'ins Reine' bauen --- 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