diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-06-24 18:46:04 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-06-24 18:46:04 +0000 |
| commit | 12d2d0fbc22391b5f4a8d86965382ae58d38ef04 (patch) | |
| tree | 698d973635977baecd5a3fda6f48e801c99c0ac1 /apps/misc.c | |
| parent | 78c45530fff6100240d08be77858350632000de9 (diff) | |
| download | rockbox-12d2d0fbc22391b5f4a8d86965382ae58d38ef04.zip rockbox-12d2d0fbc22391b5f4a8d86965382ae58d38ef04.tar.gz rockbox-12d2d0fbc22391b5f4a8d86965382ae58d38ef04.tar.bz2 rockbox-12d2d0fbc22391b5f4a8d86965382ae58d38ef04.tar.xz | |
A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13699 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.c')
| -rw-r--r-- | apps/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.c b/apps/misc.c index 6187cf4..08e699e 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -605,6 +605,8 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter) #else int i; + scrobbler_poweroff(); + #if CONFIG_CHARGING && !defined(HAVE_POWEROFF_WHILE_CHARGING) if(!charger_inserted()) #endif |