update playlist content

This commit is contained in:
Luke Pulverenti
2016-10-12 14:23:09 -04:00
parent 2c6fc11dcf
commit 038b11702e
6 changed files with 29 additions and 28 deletions

View File

@@ -789,8 +789,6 @@ namespace MediaBrowser.Model.Dto
/// <value>The home page URL.</value>
public string HomePageUrl { get; set; }
public string PlaceOfBirth { get; set; }
/// <summary>
/// Gets or sets the budget.
/// </summary>

View File

@@ -60,6 +60,7 @@ namespace MediaBrowser.Model.LiveTv
public TunerHostInfo()
{
IsEnabled = true;
AllowHWTranscoding = true;
}
}