mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Don't refresh smart playlists when generating covers
This commit is contained in:
parent
950cc28e67
commit
df0f140f9f
9 changed files with 14 additions and 12 deletions
|
@ -106,7 +106,7 @@ type PlaylistRepository interface {
|
|||
Exists(id string) (bool, error)
|
||||
Put(pls *Playlist) error
|
||||
Get(id string) (*Playlist, error)
|
||||
GetWithTracks(id string) (*Playlist, error)
|
||||
GetWithTracks(id string, refreshSmartPlaylist bool) (*Playlist, error)
|
||||
GetAll(options ...QueryOptions) (Playlists, error)
|
||||
FindByPath(path string) (*Playlist, error)
|
||||
Delete(id string) error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue