diff --git a/frontend/components/System/DlnaEntryEditor.vue b/frontend/components/System/DlnaEntryEditor.vue
new file mode 100644
index 00000000000..d44c878a4bd
--- /dev/null
+++ b/frontend/components/System/DlnaEntryEditor.vue
@@ -0,0 +1,154 @@
+
+
+
+ {{ $t('settings.dlna.entryEditor') }}
+
+ mdi-close
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('settings.dlna.profile.save') }}
+
+
+
+
+
+
+
+
diff --git a/frontend/components/System/DlnaProfileEditor.vue b/frontend/components/System/DlnaProfileEditor.vue
index 8adbb614ed3..fbcda0e27a5 100644
--- a/frontend/components/System/DlnaProfileEditor.vue
+++ b/frontend/components/System/DlnaProfileEditor.vue
@@ -1,12 +1,11 @@
-
+
{{ selectedProfile.Name }}
mdi-close
- {{ currentProfile.Name }}
@@ -20,37 +19,24 @@
- {{ $t('settings.dlna.profile.info.general.title') }}
+ {{ $t('settings.dlna.profile.info.general') }}
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('settings.dlna.profile.info.general.mediaTypes.text') }}
+ {{ $t('settings.dlna.profile.info.mediaTypes.text') }}
@@ -132,9 +77,7 @@
@@ -273,15 +216,7 @@
@@ -295,18 +230,37 @@
{{ $t('settings.dlna.profile.' + section + '.text') }}
+
+ {{ $t('settings.dlna.newEntry') }}
+
+
+
+
+
+ {{ JSON.stringify(item.Conditions) }}
+
+
+
+ mdi-pencil
+
+
+ mdi-delete
+
+
-
-
-
-
- {{ $t('settings.dlna.profile.xml.text') }}
-
-
-
@@ -330,10 +284,20 @@