daxcurson / ampflower

Music player for the Ampache server
GNU General Public License v3.0
3 stars 0 forks source link

View Playlist goes blank when application is restarted #22

Open daxcurson opened 2 years ago

daxcurson commented 2 years ago

As the playlist is stored in a ViewModel, it ends up being empty when the application is restarted. The current playlist must be stored in the ViewModel and picked up by the method to restore the state.