FS#11493 - bookmark on stop doesn't work on sleep timeout
Opened by Tim Middleton (timtoo) - Thursday, 22 July 2010, 15:01 GMT
Last edited by Thomas Jarosch (thomasjfox) - Thursday, 03 March 2011, 00:27 GMT
|
DetailsThis used to work, I think back in 3.4.
While (settings -> general -> bookmarking) "bookmark on stop" is enabled, when the player is stopped via (system -> time & date) sleep timer, a bookmark is not created before the player powers down. |
Thursday, 03 March 2011, 00:27 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks for the initial patch!
I verified the code paths and fixed it properly.
For the record:
clean_shutdown() calls audio_stop() after the bookmark creation (as it's supposed to be).
Salaba