mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-24 15:11:27 +00:00
Emby metadata name changes
This commit is contained in:
parent
3e9a159466
commit
a8b9a47f5f
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ namespace NzbDrone.Core.Metadata.Consumers.MediaBrowser
|
|||
{
|
||||
get
|
||||
{
|
||||
return "Emby (Media Browser)";
|
||||
return "Emby (Legacy)";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace NzbDrone.Core.Metadata.Consumers.Xbmc
|
|||
{
|
||||
get
|
||||
{
|
||||
return "Kodi (XBMC)";
|
||||
return "Kodi (XBMC) / Emby";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue