From: Vincent Vanwaelscappel Date: Sat, 15 Jul 2023 08:09:20 +0000 (+0200) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3af1f9556856eb4414d5bc156db29d65f6c54f49;p=tortuga-home.git . --- 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)