diff --git a/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowser.cs b/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowser.cs index 196261f7f..83dfd3830 100644 --- a/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowser.cs +++ b/src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowser.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using FluentValidation.Results; using NzbDrone.Common.Extensions; using NzbDrone.Core.MediaFiles; @@ -16,7 +16,7 @@ namespace NzbDrone.Core.Notifications.Emby } public override string Link => "https://emby.media/"; - public override string Name => "Emby"; + public override string Name => "Emby / Jellyfin"; public override void OnGrab(GrabMessage grabMessage) {