This fixes the issue where pausing playback would show the time of the last timestamped buffer instead of the current time. We also make sure to reset the time when we start a new track. This was done by overriding the play method on the session manager as it is also used for pausing, resuming and stopping. Ideally this should probably be reworked to avoid the gst import in mopidy.backends.spotify.playback, but for now this should do. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| actor.py | ||
| container_manager.py | ||
| library.py | ||
| playback.py | ||
| playlist_manager.py | ||
| playlists.py | ||
| session_manager.py | ||
| spotify_appkey.key | ||
| translator.py | ||