add migrations for new release

This commit is contained in:
Luke Pulverenti
2015-10-16 14:11:11 -04:00
parent f5f5285306
commit a0b1ddf0a7
9 changed files with 171 additions and 43 deletions

View File

@@ -226,11 +226,15 @@ namespace MediaBrowser.Model.Configuration
public bool EnableDateLastRefresh { get; set; }
public string[] Migrations { get; set; }
/// <summary>
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
/// </summary>
public ServerConfiguration()
{
Migrations = new string[] {};
ImageSavingConvention = ImageSavingConvention.Compatible;
PublicPort = 8096;
PublicHttpsPort = 8920;