mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Fix moveFiles for zip files (#3608)
This commit is contained in:
@@ -180,6 +180,11 @@ type Destroyer interface {
|
||||
Destroy(ctx context.Context, id ID) error
|
||||
}
|
||||
|
||||
type GetterUpdater interface {
|
||||
Getter
|
||||
Updater
|
||||
}
|
||||
|
||||
type GetterDestroyer interface {
|
||||
Getter
|
||||
Destroyer
|
||||
|
||||
Reference in New Issue
Block a user