From 7f44143e08ee4ed5d9c89efe5e0592d2c5b39dd8 Mon Sep 17 00:00:00 2001 From: undisclosed Date: Sun, 29 Jan 2023 17:04:48 +0000 Subject: [PATCH] Titel entfernen bei spielender Abspielliste berichtigt --- src/de/uhilger/tango/store/StorageFile.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/de/uhilger/tango/store/StorageFile.java b/src/de/uhilger/tango/store/StorageFile.java index 509a636..ac084b7 100644 --- a/src/de/uhilger/tango/store/StorageFile.java +++ b/src/de/uhilger/tango/store/StorageFile.java @@ -29,6 +29,7 @@ public static final String TYP_FILE = "file"; public static final String TYP_AUDIO = "audio"; public static final String TYP_VIDEO = "video"; + public static final String TYP_FOTO = "foto"; public static final String TYP_KATALOG = "katalog"; private String name; -- Gitblit v1.9.3