chore: replace ogg|mp3 with ogg,mp3 (#1822)

This commit is contained in:
Jonas L 2022-04-29 17:21:33 +02:00 committed by GitHub
parent 3d7083f602
commit 751151a855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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