aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-05-17 15:59:13 -0400
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-05-17 15:59:13 -0400
commit67edf1b7f5f423ab5fa53644bacdba6974b430db (patch)
tree6dc99e6d4886adc0074dc1e2a42953b198a28f19 /MediaBrowser.Controller
parent422d5b2b68bdce4da385a19382a7a52060cb10b2 (diff)
Do not convert 'Type' value to string unnecessarily, and do not replace 'General' type with null
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/Providers/IExternalId.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Providers/IExternalId.cs b/MediaBrowser.Controller/Providers/IExternalId.cs
index 0fcf0c09d..149c58847 100644
--- a/MediaBrowser.Controller/Providers/IExternalId.cs
+++ b/MediaBrowser.Controller/Providers/IExternalId.cs
@@ -20,6 +20,9 @@ namespace MediaBrowser.Controller.Providers
/// <summary>
/// Gets the specific media type for this id.
/// </summary>
+ /// <remarks>
+ /// This can be used along with the <see cref="Name"/> to localize the external id on the client.
+ /// </remarks>
ExternalIdMediaType Type { get; }
/// <summary>