mirror of
https://github.com/Radarr/Radarr
synced 2025-01-20 14:40:55 +00:00
New: Rename Emby to Emby / Jellyfin
(cherry picked from commit ee1ee8f267079e18015829065a76a628929cf4b2)
This commit is contained in:
parent
d3517532a4
commit
111c6a743f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public MediaBrowser(IMediaBrowserService mediaBrowserService)
|
|||
}
|
||||
|
||||
public override string Link => "https://emby.media/";
|
||||
public override string Name => "Emby";
|
||||
public override string Name => "Emby / Jellyfin";
|
||||
|
||||
public override void OnGrab(GrabMessage grabMessage)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue