Foxite / YoutubeDL

[no longer maintained] An android app that quickly downloads youtube videos as MP3.
GNU General Public License v3.0
22 stars 3 forks source link

Notification glitches if there are concurrent downloads #1

Closed Foxite closed 4 years ago

Foxite commented 4 years ago

Both tasks constantly notify the manager of the updated notification, resulting in a notification that rapidly flashes between the two active downloads.

The solution would be to use a unique ID for each download, but how do you synchronize this between application instances? Does the question even make sense?