mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix moveFiles for zip files (#3608)
This commit is contained in:
@@ -35,7 +35,6 @@ type SceneReaderWriter interface {
|
||||
|
||||
type FileReaderWriter interface {
|
||||
file.Store
|
||||
file.Finder
|
||||
Query(ctx context.Context, options models.FileQueryOptions) (*models.FileQueryResult, error)
|
||||
GetCaptions(ctx context.Context, fileID file.ID) ([]*models.VideoCaption, error)
|
||||
IsPrimary(ctx context.Context, fileID file.ID) (bool, error)
|
||||
@@ -43,7 +42,6 @@ type FileReaderWriter interface {
|
||||
|
||||
type FolderReaderWriter interface {
|
||||
file.FolderStore
|
||||
Find(ctx context.Context, id file.FolderID) (*file.Folder, error)
|
||||
}
|
||||
|
||||
type Repository struct {
|
||||
|
||||
Reference in New Issue
Block a user