From fd15ea25d3c22992f62c4d64d2ee891461d84d74 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Fri, 25 Mar 2022 09:33:10 -0400 Subject: LastFm remove scrobbler from core make a TSR plugin WIP remove scrobbler from core make it a plugin Change-Id: I606810eba7d570dfb332789aed913c6f8adc7fb7 --- apps/misc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/misc.c') diff --git a/apps/misc.c b/apps/misc.c index a4958a59ea..4d8c2e975a 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -58,7 +58,6 @@ #include "font.h" #include "splash.h" #include "tagcache.h" -#include "scrobbler.h" #include "sound.h" #include "playlist.h" #include "yesno.h" @@ -365,7 +364,6 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter) #if defined(HAVE_RECORDING) audio_close_recording(); #endif - scrobbler_shutdown(true); system_flush(); #ifdef HAVE_EEPROM_SETTINGS -- cgit v1.2.3