mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 08:32:36 -05:00
Fixed a bug that prevented recording if music was playing when entering the recording screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2929 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c8cb6ffcc0
commit
62c3ba8204
1 changed files with 1 additions and 0 deletions
|
|
@ -1879,6 +1879,7 @@ static void init_recording(void)
|
|||
int rc;
|
||||
|
||||
stop_playing();
|
||||
is_playing = false;
|
||||
paused = false;
|
||||
|
||||
reset_mp3_buffer();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue