From ea3b9ed20d1b800f87ee89d12cb5bbc10e788bc3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 25 Mar 2026 15:14:47 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 8 +++----- config/dnsmasq.conf | 3 +-- config/media.php | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 88e0494..e3f79b1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,9 +6,7 @@ - - - + diff --git a/config/dnsmasq.conf b/config/dnsmasq.conf index bc86454..9bd51e5 100644 --- a/config/dnsmasq.conf +++ b/config/dnsmasq.conf @@ -22,8 +22,7 @@ address=/cour.home.tortuga.enhydra.fr/192.168.13.64 address=/bureausun.home.tortuga.enhydra.fr/192.168.13.64 # Mediaserver address=/squeezebox.home.tortuga.enhydra.fr/192.168.13.67 -# Backup -address=/dockerbackup.home.tortuga.enhydra.fr/192.168.13.70 + # Home Assistant address=/homeassistant.home.tortuga.enhydra.fr/192.168.13.8 address=/homeassistant.tortuga.enhydra.fr/192.168.13.8 diff --git a/config/media.php b/config/media.php index 5e560e1..832e044 100644 --- a/config/media.php +++ b/config/media.php @@ -1,7 +1,7 @@ 'TV', 'type' => 'sub', 'sub' => 'tv']/*, ['label' => 'Ajoutés récemment', 'type' => 'sub', 'sub' => 'mediarecent']*/]; +$shortcuts['media'] = []; if ($device == 'salon' || $device == 'bureau' || $device == 'bureausun') { $shortcuts['media'][] = array('type' => 'netflix', 'url' => 'scripts/netflix.php?id=home', 'label' => ''); $shortcuts['media'][] = array('type' => 'amazonprime', 'url' => 'scripts/shield.php?amazonprime=home', 'label' => ''); -- 2.39.5