mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Auto-Import playlists found in the Music Folder
This commit is contained in:
parent
35114be5f7
commit
b9b6ce066b
9 changed files with 160 additions and 12 deletions
|
@ -27,6 +27,7 @@ type PlaylistRepository interface {
|
|||
Put(pls *Playlist) error
|
||||
Get(id string) (*Playlist, error)
|
||||
GetAll(options ...QueryOptions) (Playlists, error)
|
||||
FindByPath(path string) (*Playlist, error)
|
||||
Delete(id string) error
|
||||
Tracks(playlistId string) PlaylistTrackRepository
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue