|
|
@ -213,7 +213,6 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public ServerConfiguration()
|
|
|
|
public ServerConfiguration()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
MergeMetadataAndImagesByName = true;
|
|
|
|
|
|
|
|
Migrations = new string[] { };
|
|
|
|
Migrations = new string[] { };
|
|
|
|
|
|
|
|
|
|
|
|
ImageSavingConvention = ImageSavingConvention.Compatible;
|
|
|
|
ImageSavingConvention = ImageSavingConvention.Compatible;
|
|
|
|