From 7d31187663154286b4a49beaf49d98ffd004ec06 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sat, 24 Apr 2021 08:33:16 +0000
Subject: [PATCH] UI-Anpassungen

---
 www/ui/js/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/www/ui/js/app.js b/www/ui/js/app.js
index 381eac6..5f70644 100644
--- a/www/ui/js/app.js
+++ b/www/ui/js/app.js
@@ -225,7 +225,7 @@
   };
   
   this.livestream_liste = function() {
-    self.entitaet_liste('Livestream','../api/store/Livestream/liste/', 
+    self.entitaet_liste('Livestreams','../api/store/Livestream/liste/', 
       "data/tpl/livestream_liste.txt", '../api/store/Livestream/', 
       "self.livestream_form", function(responseText) {
         var livestream = JSON.parse(responseText);

--
Gitblit v1.9.3