1
0
Fork 0
forked from len0rd/rockbox

Make the Play / Pause option restart playback if its stopped also

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12738 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-12 13:41:52 +00:00
parent 6f2bb422c0
commit 6e44209a4c
3 changed files with 17 additions and 2 deletions

View file

@ -484,6 +484,9 @@ static const struct plugin_api rockbox_api = {
detect_flashed_ramimage,
detect_flashed_romimage,
#endif
playlist_resume,
playlist_start,
&global_status,
};
int plugin_load(const char* plugin, void* parameter)