From 3af1f9556856eb4414d5bc156db29d65f6c54f49 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Sat, 15 Jul 2023 10:09:20 +0200 Subject: [PATCH] . --- .idea/workspace.xml | 9 ++++++--- scripts/lib/kodi.php | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b98a367..54f9c45 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,8 @@ - + + diff --git a/scripts/lib/kodi.php b/scripts/lib/kodi.php index 2f0c9db..21c968c 100644 --- a/scripts/lib/kodi.php +++ b/scripts/lib/kodi.php @@ -6,7 +6,7 @@ $_koditotmdb = null; function getKodiDBConnection() { - return mysqli_connect('kodidb.home.tortuga.enhydra.fr', "root", "4xNkxCDAyWrp5VVthtgS", "MyVideos119",3307); + return mysqli_connect('kodidb.home.tortuga.enhydra.fr', "root", "4xNkxCDAyWrp5VVthtgS", "MyVideos121",3307); } function kodiGetAllKodiToTmdb($force = false) -- 2.39.5