New Folder Scanner - WIP
This commit is contained in:
@@ -51,4 +51,5 @@ type MediaFileRepository interface {
|
||||
GetAllIds() ([]string, error)
|
||||
Search(q string, offset int, size int) (MediaFiles, error)
|
||||
Delete(id string) error
|
||||
DeleteByPath(path string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user