figadore / radio-presets-widget

android app for radio presets widget
2 stars 2 forks source link

metadata shows old station right after switching #79

Open figadore opened 11 years ago

figadore commented 11 years ago

since it is running asynchronously, when a new station plays, it doesn't stop getting the metadata for the old station, and shows that data when the new one starts, waiting til the next refresh to get the new data. find a way to stop it, or invalidate it, or not update it with the old data if the station changed, or something.