mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Removed Playlist.GetWithTracks, not needed anymore
This commit is contained in:
parent
e232c5c561
commit
9fb4f5ef52
4 changed files with 10 additions and 27 deletions
|
@ -19,7 +19,6 @@ type PlaylistRepository interface {
|
|||
Exists(id string) (bool, error)
|
||||
Put(pls *Playlist) error
|
||||
Get(id string) (*Playlist, error)
|
||||
GetWithTracks(id string) (*Playlist, error)
|
||||
GetAll(options ...QueryOptions) (Playlists, error)
|
||||
Delete(id string) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue