mirror of https://github.com/Sonarr/Sonarr
parent
6c53bf30d5
commit
ee1ee8f267
|
@ -1,4 +1,4 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using FluentValidation.Results;
|
using FluentValidation.Results;
|
||||||
using NzbDrone.Common.Extensions;
|
using NzbDrone.Common.Extensions;
|
||||||
using NzbDrone.Core.MediaFiles;
|
using NzbDrone.Core.MediaFiles;
|
||||||
|
@ -16,7 +16,7 @@ namespace NzbDrone.Core.Notifications.Emby
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Link => "https://emby.media/";
|
public override string Link => "https://emby.media/";
|
||||||
public override string Name => "Emby";
|
public override string Name => "Emby / Jellyfin";
|
||||||
|
|
||||||
public override void OnGrab(GrabMessage grabMessage)
|
public override void OnGrab(GrabMessage grabMessage)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue