Add type to externalids to distinguish them in the UI

This commit is contained in:
Luke Foust
2020-03-22 12:58:53 -07:00
parent f3213d3bef
commit 9bdb99fe92
12 changed files with 96 additions and 7 deletions

View File

@@ -910,6 +910,7 @@ namespace MediaBrowser.Providers.Manager
{
Name = i.Name,
Key = i.Key,
Type = i.Type == ExternalIdType.None ? null : i.Type.ToString(),
UrlFormatString = i.UrlFormatString
});