mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
refactor(folder): remove unused LibraryPath struct and update GC logging message
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
36a7040df3
commit
305148e124
@ -90,9 +90,3 @@ type FolderRepository interface {
|
||||
MarkMissing(missing bool, ids ...string) error
|
||||
GetTouchedWithPlaylists() (FolderCursor, error)
|
||||
}
|
||||
|
||||
// LibraryPath represents a folder path within a specific library
|
||||
type LibraryPath struct {
|
||||
LibraryID int
|
||||
FolderPath string
|
||||
}
|
||||
|
||||
@ -170,7 +170,7 @@ func (s *SQLStore) GC(ctx context.Context, libraryIDs ...int) error {
|
||||
// TODO: Implement library-specific filtering for GC operations
|
||||
// For now, GC runs globally even in selective scans
|
||||
if len(libraryIDs) > 0 {
|
||||
log.Debug(ctx, "GC: Running with library filter", "libraries", libraryIDs)
|
||||
log.Debug(ctx, "GC: Running with library filter (not implemented)", "libraries", libraryIDs)
|
||||
}
|
||||
|
||||
err := run.Sequentially(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user