fix issue with queue playback on app start
This commit is contained in:
parent
b7ccf15b91
commit
e52029d47a
1 changed files with 2 additions and 2 deletions
|
|
@ -449,8 +449,8 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
|
||||||
if (restoredPositionInTrack > 0) seek(restoredPositionInTrack);
|
if (restoredPositionInTrack > 0) seek(restoredPositionInTrack);
|
||||||
|
|
||||||
notHandledMetaChangedForCurrentTrack = true;
|
notHandledMetaChangedForCurrentTrack = true;
|
||||||
sendChangeInternal(META_CHANGED);
|
handleChangeInternal(META_CHANGED);
|
||||||
sendChangeInternal(QUEUE_CHANGED);
|
handleChangeInternal(QUEUE_CHANGED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue