Provide delivery URLs for attachments in PlaybackInfo.

This commit is contained in:
Andrew Mahone
2019-10-18 07:59:03 -04:00
parent 8c89d89932
commit 01b1c847e9
2 changed files with 14 additions and 0 deletions

View File

@@ -40,5 +40,11 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The MIME type.</value>
public string MIMEType { get; set; }
/// <summary>
/// Gets or sets the delivery URL.
/// </summary>
/// <value>The delivery URL.</value>
public string DeliveryUrl { get; set; }
}
}