| Summary: | Paused playback should stay paused after restart | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Andrey Loskutov <loskutov> |
| Component: | Playback | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | matej |
| Priority: | NOR | ||
| Version First Reported In: | 2.6.0 | ||
| Target Milestone: | 2.8 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/amarok/70ee0e2b1c306f8230ca1097f372823ff11ccf84 | Version Fixed/Implemented In: | 2.8 |
| Sentry Crash Report: | |||
|
Description
Andrey Loskutov
2013-01-15 22:20:30 UTC
The current functioning is expected, moving to wishlist. Git commit 70ee0e2b1c306f8230ca1097f372823ff11ccf84 by Mark Kretschmann. Committed on 24/05/2013 at 13:50. Pushed by markey into branch 'master'. When resuming playback on startup, correctly restore paused state. Before, we didn't store the state at all, but started to play always. FIXED-IN: 2.8 M +2 -0 ChangeLog M +1 -0 src/App.cpp M +14 -10 src/EngineController.cpp M +3 -2 src/EngineController.h M +5 -0 src/amarokconfig.kcfg M +10 -5 src/playback/DelayedDoers.cpp M +3 -2 src/playback/DelayedDoers.h http://commits.kde.org/amarok/70ee0e2b1c306f8230ca1097f372823ff11ccf84 |