mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-20 10:45:32 +02:00
Fix:Android download freezing UI when a lot of files are downloaded #550
This commit is contained in:
parent
99d60eaf9a
commit
8710775872
3 changed files with 29 additions and 20 deletions
|
@ -50,7 +50,7 @@ export default {
|
|||
onItemDownloadComplete(data) {
|
||||
console.log('DownloadProgressIndicator onItemDownloadComplete', JSON.stringify(data))
|
||||
if (!data || !data.libraryItemId) {
|
||||
console.error('Invalid item downlaod complete payload')
|
||||
console.error('Invalid item download complete payload')
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue