1
0
Fork 0
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:
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,
IHandle<AlbumInfoRefreshedEvent>,
IHandle<AlbumAddedEvent>,
IHandle<AlbumDeletedEvent>,
IHandle<ArtistAddedEvent>,
IHandle<ArtistsDeletedEvent>