mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Remove orphan tracks from playlists after they are removed from library
This commit is contained in:
parent
0e4f7036eb
commit
c2d1e9df9f
7 changed files with 46 additions and 8 deletions
|
@ -46,6 +46,5 @@ type AlbumRepository interface {
|
|||
GetStarred(options ...QueryOptions) (Albums, error)
|
||||
Search(q string, offset int, size int) (Albums, error)
|
||||
Refresh(ids ...string) error
|
||||
PurgeEmpty() error
|
||||
AnnotatedRepository
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue