Fix movies sorting, scene studio editing (#1478)

* Fix movies:sort_by->scenes_count, scene:edit->remove studio
This commit is contained in:
bnkai
2021-06-04 02:21:17 +03:00
committed by GitHub
parent 2ce4d9f0d8
commit ad0a9d0707
6 changed files with 40 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ func (p *Progress) Increment() {
defer p.mutex.Unlock()
if p.processed < p.total {
p.processed += 1
p.processed++
p.calculatePercent()
}
}