Remove dangling tracks after changing MusicFolder. Fix #445

This commit is contained in:
Deluan
2020-10-02 16:18:45 -04:00
parent 1be79fa945
commit f859772723
5 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -35,5 +35,5 @@ type DataStore interface {
Resource(ctx context.Context, model interface{}) ResourceRepository
WithTx(func(tx DataStore) error) error
GC(ctx context.Context) error
GC(ctx context.Context, rootFolder string) error
}