mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 13:10:28 +01:00
sync updates
This commit is contained in:
@@ -165,6 +165,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public string[] InsecureApps7 { get; set; }
|
||||
|
||||
public bool SaveMetadataHidden { get; set; }
|
||||
public bool EnableWin8HttpListener { get; set; }
|
||||
|
||||
public NameValuePair[] ContentTypes { get; set; }
|
||||
|
||||
@@ -180,6 +181,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
EnableDashboardResponseCaching = true;
|
||||
|
||||
EnableAutomaticRestart = true;
|
||||
EnableWin8HttpListener = true;
|
||||
|
||||
EnableUPnP = true;
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ namespace MediaBrowser.Model.Sync
|
||||
{
|
||||
public class DeviceFileInfo
|
||||
{
|
||||
public string Path { get; set; }
|
||||
public string[] Path { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace MediaBrowser.Model.Sync
|
||||
/// Gets or sets the path.
|
||||
/// </summary>
|
||||
/// <value>The path.</value>
|
||||
public string Path { get; set; }
|
||||
public string[] Path { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the type of the image.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user