adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Play queue reorganisation feature not working #7

Closed adam-codersgu closed 2 years ago

adam-codersgu commented 2 years ago

The play queue drag and drop reorder feature is broken. It does not let you move songs. The logic of this will need to be debugged and fixed. It was likely impacted by the changes to the play queue handling and QueueItem class utilisation

adam-codersgu commented 2 years ago

Working on branch bugfix/play-queue-reorganisation

adam-codersgu commented 2 years ago

Test that I need to run: See if changing the metadata for a song also updates the play queue. This should happen automatically just via simply not being able to update metadata from the play queue view (necessitating it's reloading), worth checking though

adam-codersgu commented 2 years ago

Bug resolved and changes merged