From ca396a2cda6f86f181e9fdf0dc3c0ea570bf9d24 Mon Sep 17 00:00:00 2001 From: Gautham Varma K <43441192+GauthamVarmaK@users.noreply.github.com> Date: Thu, 9 Sep 2021 14:25:38 +0530 Subject: [PATCH] :wrench: Remove startup from addon config --- tvheadend/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tvheadend/config.json b/tvheadend/config.json index b84df484..43c0e04b 100644 --- a/tvheadend/config.json +++ b/tvheadend/config.json @@ -5,7 +5,6 @@ "slug": "tvheadend", "description": "TV streaming server and recorder.", "url": "https://github.com/GauthamVarmaK/addon-tvheadend", - "startup": "application", "arch": ["aarch64", "amd64", "armhf", "armv7", "i386"], "webui": "http://[HOST]:[PORT:9981]/", "usb": true,