daxcurson / ampflower

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

The list of albums doesn't reset after searching #18

Open daxcurson opened 2 years ago

daxcurson commented 2 years ago

The string used to query for albums stays within the AlbumsRepository and there's no way to reset the search. Maybe after selecting songs to play I should reset it? Or if I just select an album, I create a new Repository with an empty search string to force it to reload the whole list of albums?