Fix logging smart playlist's song count
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user