1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 02:22:31 +01:00

Emby metadata name changes

This commit is contained in:
Mark McDowall 2016-07-01 23:29:32 -07:00
parent 3e9a159466
commit a8b9a47f5f
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ public override string Name
{ {
get get
{ {
return "Emby (Media Browser)"; return "Emby (Legacy)";
} }
} }

View File

@ -39,7 +39,7 @@ public override string Name
{ {
get get
{ {
return "Kodi (XBMC)"; return "Kodi (XBMC) / Emby";
} }
} }