From 5cdc24bfb06fd9cf64097684bb353bd21905c4f3 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 23 Sep 2020 18:31:09 +0200 Subject: [PATCH] Reload Subsonic scrobbler settings --- src/core/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/mainwindow.cpp b/src/core/mainwindow.cpp index 770df087c..cce0464ff 100644 --- a/src/core/mainwindow.cpp +++ b/src/core/mainwindow.cpp @@ -156,6 +156,7 @@ #include "settings/playlistsettingspage.h" #ifdef HAVE_SUBSONIC # include "settings/subsonicsettingspage.h" +# include "scrobbler/subsonicscrobbler.h" #endif #ifdef HAVE_TIDAL # include "tidal/tidalservice.h" @@ -1057,6 +1058,7 @@ void MainWindow::ReloadSettings() { ui_->tabs->EnableTab(subsonic_view_); else ui_->tabs->DisableTab(subsonic_view_); + app_->scrobbler()->Service()->ReloadSettings(); #endif #ifdef HAVE_TIDAL