New: Rename Emby to Emby / Jellyfin

Closes #5301
This commit is contained in:
Mark McDowall 2022-12-14 17:47:49 -08:00
parent 6c53bf30d5
commit ee1ee8f267
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{