From fb6ab57a29cb678ee67ce67614b81c98837a9549 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 19 Feb 2023 20:19:58 +0400 Subject: [PATCH] Changed fallback song format to ogg. --- configs/radio.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/radio.liq b/configs/radio.liq index 9cc222c..4a5c707 100644 --- a/configs/radio.liq +++ b/configs/radio.liq @@ -26,7 +26,7 @@ settings.log.file.set(true) settings.log.file.path.set(log_file_path) settings.log.stdout.set(false) -fallback_song = mksafe(single(fullpath("fallback.mp3"))) +fallback_song = mksafe(single(fullpath("fallback.ogg"))) fallback_song = metadata.map(fallback_alter_title, fallback_song) live_mixin = input.harbor("adr-live-mixin", port = harbor_port, password = harbor_password)