johndrinkwater / ambient-noise

[Fork of .bzr repo] An ambient noise player

Home Page:https://launchpad.net/anoise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix current track pointer during `refresh_sound_files`

johndrinkwater opened this issue · comments

Noted in 2948463, there is a bug with tracking the current track when noise files are updated and are located before the current track in the sorted list, it pushes the pointer further down the list.
Need to capture the current track here and restore it here