mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
[Files Refactor] Bug fixes (#2868)
* Return error if multiple rows returned for id * Add missing LoadFiles calls * Show id if path is empty
This commit is contained in:
@@ -15,6 +15,7 @@ type FinderByFile interface {
|
||||
type Repository interface {
|
||||
FinderByFile
|
||||
Destroy(ctx context.Context, id int) error
|
||||
models.FileLoader
|
||||
}
|
||||
|
||||
type ImageFinder interface {
|
||||
|
||||
Reference in New Issue
Block a user