mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-30 04:18:27 +01:00
Add type to externalids to distinguish them in the UI
This commit is contained in:
@@ -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
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user