mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Fix logging smart playlist's song count
This commit is contained in:
parent
3e282df639
commit
cbeaadf8e2
4 changed files with 18 additions and 15 deletions
|
@ -90,7 +90,6 @@ 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