Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
GauthamVarmaK authored and actions-user committed Nov 2, 2021
1 parent 28fce7e commit 8940d5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tvheadend/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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: []
Expand Down

0 comments on commit 8940d5f

Please sign in to comment.