Merge branch 'dev' into weblate-auxio-strings

This commit is contained in:
Alexander Capehart 2023-01-05 09:33:37 -07:00 committed by GitHub
commit 58ae3b4861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,6 @@ class QueueViewModel : ViewModel(), PlaybackStateManager.Listener {
scrollTo = null
_queue.value = queue.resolve()
if (change != Queue.ChangeResult.MAPPING) {
logD("Update the index you retard. Do basics.")
// Index changed, make sure it remains updated without actually scrolling to it.
_index.value = queue.index
}