mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
parent
415bbf5b3b
commit
c3c38880e6
2 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,7 @@ function getInternalLink(source) {
|
|||
case 'RootFolderCheck':
|
||||
return (
|
||||
<IconButton
|
||||
name={icons.PLAY}
|
||||
name={icons.SERIES_CONTINUING}
|
||||
title="Series Editor"
|
||||
to="/serieseditor"
|
||||
/>
|
||||
|
|
|
@ -8,6 +8,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
|||
{
|
||||
[CheckOn(typeof(ProviderUpdatedEvent<IDownloadClient>))]
|
||||
[CheckOn(typeof(ProviderDeletedEvent<IDownloadClient>))]
|
||||
[CheckOn(typeof(ProviderStatusChangedEvent<IDownloadClient>))]
|
||||
public class DownloadClientCheck : HealthCheckBase
|
||||
{
|
||||
private readonly IProvideDownloadClient _downloadClientProvider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue