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
|
@ -451,6 +451,10 @@ stream:
|
|||
website: "https://libretime.org"
|
||||
# Icecast stream genre.
|
||||
genre: "various"
|
||||
|
||||
# Whether the stream should be used for mobile devices.
|
||||
# > default is false
|
||||
mobile: false
|
||||
```
|
||||
|
||||
#### Shoutcast
|
||||
|
@ -504,6 +508,10 @@ stream:
|
|||
website: "https://libretime.org"
|
||||
# Shoutcast stream genre.
|
||||
genre: "various"
|
||||
|
||||
# Whether the stream should be used for mobile devices.
|
||||
# > default is false
|
||||
mobile: false
|
||||
```
|
||||
|
||||
#### System
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue