fix(scanner): improve M3U playlist import times (#2706)
This commit is contained in:
@@ -265,6 +265,7 @@ type MediaFileRepository interface {
|
||||
// Queries by path to support the scanner, no Annotations or Bookmarks required in the response
|
||||
FindAllByPath(path string) (MediaFiles, error)
|
||||
FindByPath(path string) (*MediaFile, error)
|
||||
FindByPaths(paths []string) (MediaFiles, error)
|
||||
FindPathsRecursively(basePath string) ([]string, error)
|
||||
DeleteByPath(path string) (int64, error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user