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

@@ -16,6 +16,12 @@ namespace MediaBrowser.Model.Providers
/// <value>The key.</value>
public string Key { get; set; }
/// <summary>
/// Gets or sets the type.
/// </summary>
/// <value>The type.</value>
public string Type { get; set; }
/// <summary>
/// Gets or sets the URL format string.
/// </summary>