Reviewing merge request #135: Make trackFinished its own event in EngineObserver so it is meaningful in scripts (227312)
The EngineObserver facility was refactored in the change from 2.1 to 2.2. In the process, the trackFinished() event in scripting, which used to fire when a track finished (and not when a track was changed just by skipping or selecting another) was changed to fire only at the end of a playlist. This was pretty useless. This issue is tracked by bug 227312. This change updates EngineObserver to follow trackFinished separately again-- it is kicked off by EngineController::slotAboutToFinish.
Commits that would be merged:
Version 1


Add a new comment:
Login or create an account to post a comment