Fixed sync
This commit is contained in:
parent
52c830ba88
commit
5c9cbf2d2e
@ -51,6 +51,7 @@ func refreshQueue(queue []*arn.Anime) {
|
|||||||
|
|
||||||
for _, anime := range queue {
|
for _, anime := range queue {
|
||||||
if sync(anime) {
|
if sync(anime) {
|
||||||
|
arn.PanicOnError(anime.Save())
|
||||||
count++
|
count++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user