Reload Subsonic scrobbler settings

This commit is contained in:
Jonas Kvinge 2020-09-23 18:31:09 +02:00
parent 523cdca449
commit 5cdc24bfb0
1 changed files with 2 additions and 0 deletions

View File

@ -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<SubsonicScrobbler>()->ReloadSettings();
#endif
#ifdef HAVE_TIDAL