From 3d53ce8541d9dcbacc1eaf596b93deb35895dea6 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Sun, 2 Jul 2023 11:42:36 -0300 Subject: [PATCH] update --- plugin/PlayLists/managerPlaylists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/PlayLists/managerPlaylists.php b/plugin/PlayLists/managerPlaylists.php index f601fdad3c9b..a62a2aa82b2a 100644 --- a/plugin/PlayLists/managerPlaylists.php +++ b/plugin/PlayLists/managerPlaylists.php @@ -466,7 +466,7 @@ function createNewProgram() { data: { 'status': "public", 'name': inputValue, - 'user': '' + 'users_id': '' }, success: function(response) { if (response.status > 0) {