From 245ac197112b653193be4672ed9940bfd0c83d0e Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 09 Apr 2021 07:52:36 +0000
Subject: [PATCH] ID3 Tags werden bis zur Abspielliste durchgereicht
---
src/de/uhilger/mediaz/App.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/de/uhilger/mediaz/App.java b/src/de/uhilger/mediaz/App.java
index 351bb27..6c9b472 100644
--- a/src/de/uhilger/mediaz/App.java
+++ b/src/de/uhilger/mediaz/App.java
@@ -47,6 +47,7 @@
public static final String RB_AP_WWW_DATA = "appParamWWWData";
public static final String RB_AP_CTX = "appParamCtx";
public static final String RB_AP_UI = "appParamUi";
+ public static final String RB_EP_LISTE = "epliste";
/**
* <p>Start-Methode dieser Anwendung</p>
@@ -55,7 +56,7 @@
*/
public static void main(String[] args) throws ClassNotFoundException {
rb = ResourceBundle.getBundle(RB_NAME);
- logger.info(new File(".").getAbsolutePath());
+ logger.fine(new File(".").getAbsolutePath());
initParams = new HashMap();
for (String arg : args) {
--
Gitblit v1.9.3