mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-21 23:32:27 +00:00
fixup! Fixed: Refresh cache for tracked queue on artist/album add or removal
This commit is contained in:
parent
aade6d66d1
commit
e7d7cd201e
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ public interface ITrackedDownloadService
|
|||
|
||||
public class TrackedDownloadService : ITrackedDownloadService,
|
||||
IHandle<AlbumInfoRefreshedEvent>,
|
||||
IHandle<AlbumAddedEvent>,
|
||||
IHandle<AlbumDeletedEvent>,
|
||||
IHandle<ArtistAddedEvent>,
|
||||
IHandle<ArtistsDeletedEvent>
|
||||
|
|
Loading…
Reference in a new issue