amugofjava / anytime_podcast_player

Simple, easy to use Podcast player app written in Flutter and Dart.
BSD 3-Clause "New" or "Revised" License
376 stars 99 forks source link

fix auto download refresh #98

Closed GouravShDev closed 1 year ago

GouravShDev commented 1 year ago

Fixes #86

Seems like episodeIndex check in listener was not correct. If episode not found in current downloads list then it should be -1 and Refetch download list. I changed the condition but not sure if it was necessary for other functionality in the application. Now it checks if the episode is not present and download is completed only then Refetch download list.

GouravShDev commented 1 year ago

@amugofjava sure.

amugofjava commented 1 year ago

Thanks for the fix.