aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-01 22:47:59 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-01 22:47:59 -0400
commitf8927ceb067365d89406263ec1ca9084eb10b8e0 (patch)
tree5c902c0ee14dc321d851f519ecb9c9fcf5432115 /MediaBrowser.Model/Entities
parent42e236915041a63d0b9944b8400cc121a4f3cba4 (diff)
resolve reverse proxy issue
Diffstat (limited to 'MediaBrowser.Model/Entities')
-rw-r--r--MediaBrowser.Model/Entities/MediaStream.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs
index dfeed7450b..0f3435174c 100644
--- a/MediaBrowser.Model/Entities/MediaStream.cs
+++ b/MediaBrowser.Model/Entities/MediaStream.cs
@@ -135,7 +135,7 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The score.</value>
public int? Score { get; set; }
-
+
/// <summary>
/// Gets or sets a value indicating whether this instance is external.
/// </summary>
@@ -152,6 +152,11 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The delivery URL.</value>
public string DeliveryUrl { get; set; }
+ /// <summary>
+ /// Gets or sets a value indicating whether this instance is external URL.
+ /// </summary>
+ /// <value><c>null</c> if [is external URL] contains no value, <c>true</c> if [is external URL]; otherwise, <c>false</c>.</value>
+ public bool? IsExternalUrl { get; set; }
public bool IsTextSubtitleStream
{