From 6b961bd99de0322f0cee72f2ab850f8e8a7f3da1 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 9 Dec 2025 08:44:56 -0500 Subject: [PATCH] fix: update default legacy clients to include SubMusic. See #4779 Signed-off-by: Deluan --- conf/configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/configuration.go b/conf/configuration.go index 1a01d22c..79e5780e 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -586,7 +586,7 @@ func setViperDefaults() { viper.SetDefault("subsonic.appendsubtitle", true) viper.SetDefault("subsonic.artistparticipations", false) viper.SetDefault("subsonic.defaultreportrealpath", false) - viper.SetDefault("subsonic.legacyclients", "DSub") + viper.SetDefault("subsonic.legacyclients", "DSub,SubMusic") viper.SetDefault("agents", "lastfm,spotify,deezer") viper.SetDefault("lastfm.enabled", true) viper.SetDefault("lastfm.language", "en")