mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Remove unused PurgeInactive methods
This commit is contained in:
parent
c661ac8833
commit
6785d616d0
11 changed files with 0 additions and 95 deletions
|
@ -17,7 +17,6 @@ type PlaylistRepository interface {
|
|||
Put(m *Playlist) error
|
||||
Get(id string) (*Playlist, error)
|
||||
GetAll(options ...QueryOptions) (Playlists, error)
|
||||
PurgeInactive(active Playlists) ([]string, error)
|
||||
}
|
||||
|
||||
type Playlists []Playlist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue