Fix gapless playback when using url handler

This commit is contained in:
Jonas Kvinge
2019-06-15 19:32:26 +02:00
parent e59c3c6f70
commit a6766f3c99
3 changed files with 91 additions and 71 deletions

View File

@@ -232,7 +232,7 @@ class Player : public PlayerInterface {
QMap<QString, UrlHandler*> url_handlers_;
QUrl loading_async_;
QList<QUrl> loading_async_;
int volume_before_mute_;
QDateTime last_pressed_previous_;