diff --git a/conf/configuration.go b/conf/configuration.go index 944b7975e..18a029255 100644 --- a/conf/configuration.go +++ b/conf/configuration.go @@ -598,7 +598,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")