mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Optimize playlist updates
This commit is contained in:
parent
85185e3b98
commit
af00503b77
9 changed files with 83 additions and 45 deletions
|
@ -90,6 +90,7 @@ type PlaylistRepository interface {
|
|||
GetWithTracks(id string) (*Playlist, error)
|
||||
GetAll(options ...QueryOptions) (Playlists, error)
|
||||
FindByPath(path string) (*Playlist, error)
|
||||
RefreshStatus(playlistId string) error
|
||||
Delete(id string) error
|
||||
Tracks(playlistId string) PlaylistTrackRepository
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue