resolve issue with querying by multiple item ids

This commit is contained in:
Luke Pulverenti
2016-04-02 17:08:35 -04:00
parent cbcadbf892
commit 9b339d7cae
9 changed files with 27 additions and 19 deletions

View File

@@ -196,8 +196,6 @@ namespace MediaBrowser.Model.Configuration
public int SharingExpirationDays { get; set; }
public bool EnableWindowsShortcuts { get; set; }
public bool EnableDateLastRefresh { get; set; }
public string[] Migrations { get; set; }