mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
LastFm remove scrobbler from core make a TSR plugin WIP
remove scrobbler from core make it a plugin Change-Id: I606810eba7d570dfb332789aed913c6f8adc7fb7
This commit is contained in:
parent
8eb4689ab1
commit
fd15ea25d3
12 changed files with 591 additions and 355 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue