aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-01 17:13:32 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-01 17:13:32 -0400
commit3bef6ead9cec4c33d43b6348ae4fc33c9b70316a (patch)
tree1c794728ddb74d046793dbde7fc590d6feee37f1 /MediaBrowser.Model/Dto
parent970504abdf237a2c404024c6978d5353ea915d03 (diff)
#514 - Support HLS seeking
Diffstat (limited to 'MediaBrowser.Model/Dto')
-rw-r--r--MediaBrowser.Model/Dto/StudioDto.cs9
1 files changed, 7 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Dto/StudioDto.cs b/MediaBrowser.Model/Dto/StudioDto.cs
index 4f21784fda..a0027cc4e2 100644
--- a/MediaBrowser.Model/Dto/StudioDto.cs
+++ b/MediaBrowser.Model/Dto/StudioDto.cs
@@ -1,5 +1,4 @@
-using System;
-using System.ComponentModel;
+using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.Serialization;
@@ -18,6 +17,12 @@ namespace MediaBrowser.Model.Dto
public string Name { get; set; }
/// <summary>
+ /// Gets or sets the identifier.
+ /// </summary>
+ /// <value>The identifier.</value>
+ public string Id { get; set; }
+
+ /// <summary>
/// Gets or sets the primary image tag.
/// </summary>
/// <value>The primary image tag.</value>