1
0
Fork 0
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:
Bogdan 2024-09-19 01:37:33 +03:00
parent aade6d66d1
commit e7d7cd201e

View file

@ -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>