mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 18:26:33 +00:00
add back MergeMetadataAndImagesByName
This commit is contained in:
@@ -162,6 +162,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// <value>The dashboard source path.</value>
|
||||
public string DashboardSourcePath { get; set; }
|
||||
|
||||
public bool MergeMetadataAndImagesByName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the image saving convention.
|
||||
/// </summary>
|
||||
@@ -211,6 +213,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// </summary>
|
||||
public ServerConfiguration()
|
||||
{
|
||||
MergeMetadataAndImagesByName = true;
|
||||
Migrations = new string[] { };
|
||||
|
||||
ImageSavingConvention = ImageSavingConvention.Compatible;
|
||||
|
||||
Reference in New Issue
Block a user