From ee1ee8f267079e18015829065a76a628929cf4b2 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 14 Dec 2022 17:47:49 -0800 Subject: [PATCH] New: Rename Emby to Emby / Jellyfin Closes #5301 --- src/NzbDrone.Core/Notifications/MediaBrowser/MediaBrowser.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {