mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Image improvements (#847)
* Fix image performer filtering * Add performer images tab * Add studio images tab * Rename interface * Add tag images tab * Add path filtering for images * Show image stats on stats page * Fix incorrect scan counts after timeout * Add gallery filters * Relax scene gallery selector
This commit is contained in:
@@ -115,7 +115,8 @@ func (s *singleton) neededScan() (total *int, newFiles *int) {
|
||||
})
|
||||
|
||||
if err == timeoutErr {
|
||||
break
|
||||
// timeout should return nil counts
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user