From 8940d5f907b69752ef9f84eb164ef1502989abd0 Mon Sep 17 00:00:00 2001 From: GauthamVarmaK Date: Tue, 2 Nov 2021 13:54:49 +0000 Subject: [PATCH] Prettified Code! --- tvheadend/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tvheadend/config.yaml b/tvheadend/config.yaml index 543808f..322a4cc 100644 --- a/tvheadend/config.yaml +++ b/tvheadend/config.yaml @@ -3,14 +3,14 @@ version: dev stage: experimental slug: tvheadend description: TV streaming server and recorder. -url: 'https://github.com/GauthamVarmaK/addon-tvheadend' +url: "https://github.com/GauthamVarmaK/addon-tvheadend" arch: - aarch64 - amd64 - armhf - armv7 - i386 -webui: 'http://[HOST]:[PORT:9981]/' +webui: "http://[HOST]:[PORT:9981]/" devices: - /dev/dvb/ - /dev/dri/ @@ -21,7 +21,7 @@ ports_description: 9981/tcp: TVH Web Interface 9982/tcp: TVH HTSP map: - - 'config:rw' + - "config:rw" options: system_packages: [] init_commands: []