From 34bd739868163d20035064e5cdd3cf5b363f979c Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen Date: Wed, 12 Jun 2024 00:39:16 +0200 Subject: [PATCH] add condition for no metadata --- player_titres.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/player_titres.php b/player_titres.php index 221c52b..ea56216 100644 --- a/player_titres.php +++ b/player_titres.php @@ -77,6 +77,12 @@ if ($cover=="1") { $cover = "img/rdb.png"; } +// Si aucune info +if ($interp=="" and $titre=="") { + $interp = "Aucune information"; + $titre = "disponible"; +} + ?>