forked from len0rd/rockbox
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
|
@ -70,7 +70,6 @@
|
|||
#include "string.h"
|
||||
#include "splash.h"
|
||||
#include "eeprom_settings.h"
|
||||
#include "scrobbler.h"
|
||||
#include "icon.h"
|
||||
#include "viewport.h"
|
||||
#include "skin_engine/skin_engine.h"
|
||||
|
@ -373,9 +372,6 @@ static void init(void)
|
|||
playlist_init();
|
||||
shortcuts_init();
|
||||
|
||||
if (global_settings.audioscrobbler)
|
||||
scrobbler_init();
|
||||
|
||||
audio_init();
|
||||
talk_announce_voice_invalid(); /* notify user w/ voice prompt if voice file invalid */
|
||||
settings_apply_skins();
|
||||
|
@ -630,9 +626,6 @@ static void init(void)
|
|||
tree_mem_init();
|
||||
filetype_init();
|
||||
|
||||
if (global_settings.audioscrobbler)
|
||||
scrobbler_init();
|
||||
|
||||
shortcuts_init();
|
||||
|
||||
CHART(">audio_init");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue