chore: replace ogg|mp3 with ogg,mp3 (#1822)
This commit is contained in:
parent
3d7083f602
commit
751151a855
|
@ -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
|
||||
|
|
|
@ -55,7 +55,7 @@ liquidsoap_host = localhost
|
|||
# Liquidsoap connection port, default is 1234
|
||||
liquidsoap_port = 1234
|
||||
|
||||
# The format for recordings, allowed values ogg|mp3, default is ogg
|
||||
# The format for recordings, allowed values ogg,mp3, default is ogg
|
||||
record_file_format = ogg
|
||||
# The bitrate for recordings, default is 256
|
||||
record_bitrate = 256
|
||||
|
|
|
@ -121,7 +121,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…
Reference in New Issue