chore: replace ogg|mp3 with ogg,mp3 (#1822)
This commit is contained in:
parent
3d7083f602
commit
751151a855
3 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ liquidsoap_host = localhost
|
|||
# Liquidsoap connection port, default is 1234
|
||||
liquidsoap_port = 1234
|
||||
|
||||
# The format for recordings, allowed values are ogg|mp3, default is ogg
|
||||
# The format for recordings, allowed values are ogg,mp3, default is ogg
|
||||
record_file_format = ogg
|
||||
# The bitrate for recordings, default is 256
|
||||
record_bitrate = 256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue