mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-09 18:07:03 +02:00
funkwhale: fix progress abort on error
This commit is contained in:
parent
dfe6773744
commit
a8517ea249
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ out:
|
|||
for {
|
||||
result, err := b.client.GetFavoriteTracks(page, perPage)
|
||||
if err != nil {
|
||||
progress <- p.Complete()
|
||||
progress <- p.Abort()
|
||||
results <- models.LovesResult{Error: err}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue