moved media streams to the database

This commit is contained in:
Luke Pulverenti
2013-12-05 22:39:44 -05:00
parent ebe483db9a
commit 5f0d8000a5
39 changed files with 657 additions and 332 deletions

View File

@@ -19,10 +19,10 @@ namespace MediaBrowser.Model.Entities
public string Language { get; set; }
/// <summary>
/// Gets or sets the type of the scan.
/// Gets or sets a value indicating whether this instance is interlaced.
/// </summary>
/// <value>The type of the scan.</value>
public string ScanType { get; set; }
/// <value><c>true</c> if this instance is interlaced; otherwise, <c>false</c>.</value>
public bool IsInterlaced { get; set; }
/// <summary>
/// Gets or sets the channel layout.