mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 07:42:28 +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,
|
public class TrackedDownloadService : ITrackedDownloadService,
|
||||||
IHandle<AlbumInfoRefreshedEvent>,
|
IHandle<AlbumInfoRefreshedEvent>,
|
||||||
IHandle<AlbumAddedEvent>,
|
|
||||||
IHandle<AlbumDeletedEvent>,
|
IHandle<AlbumDeletedEvent>,
|
||||||
IHandle<ArtistAddedEvent>,
|
IHandle<ArtistAddedEvent>,
|
||||||
IHandle<ArtistsDeletedEvent>
|
IHandle<ArtistsDeletedEvent>
|
||||||
|
|
Loading…
Reference in a new issue