feat: add mobile devices stream config field (#2744)
This commit is contained in:
parent
8fb2a5d4e3
commit
b2e512cbcd
8 changed files with 47 additions and 1 deletions
|
@ -264,6 +264,10 @@ stream:
|
|||
# Icecast stream genre.
|
||||
genre: various
|
||||
|
||||
# Whether the stream should be used for mobile devices.
|
||||
# > default is false
|
||||
mobile: false
|
||||
|
||||
# Shoutcast output streams.
|
||||
# > max items is 1
|
||||
shoutcast:
|
||||
|
@ -309,6 +313,10 @@ stream:
|
|||
# Shoutcast stream genre.
|
||||
genre: various
|
||||
|
||||
# Whether the stream should be used for mobile devices.
|
||||
# > default is false
|
||||
mobile: false
|
||||
|
||||
# System outputs.
|
||||
# > max items is 1
|
||||
system:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue