mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix movies sorting, scene studio editing (#1478)
* Fix movies:sort_by->scenes_count, scene:edit->remove studio
This commit is contained in:
@@ -99,7 +99,7 @@ func (p *Progress) Increment() {
|
||||
defer p.mutex.Unlock()
|
||||
|
||||
if p.processed < p.total {
|
||||
p.processed += 1
|
||||
p.processed++
|
||||
p.calculatePercent()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user