mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-31 14:33:54 -04:00
minor changes to server configuration file
This commit is contained in:
parent
24f7f84828
commit
d72bb8358e
@ -240,11 +240,13 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
public bool EnableNewOmdbSupport { get; set; }
|
public bool EnableNewOmdbSupport { get; set; }
|
||||||
|
|
||||||
public string[] RemoteIPFilter { get; set; }
|
public string[] RemoteIPFilter { get; set; }
|
||||||
|
|
||||||
public bool IsRemoteIPFilterBlacklist { get; set; }
|
public bool IsRemoteIPFilterBlacklist { get; set; }
|
||||||
|
|
||||||
public int ImageExtractionTimeoutMs { get; set; }
|
public int ImageExtractionTimeoutMs { get; set; }
|
||||||
|
|
||||||
public PathSubstitution[] PathSubstitutions { get; set; }
|
public PathSubstitution[] PathSubstitutions { get; set; }
|
||||||
|
|
||||||
public bool EnableSimpleArtistDetection { get; set; }
|
public bool EnableSimpleArtistDetection { get; set; }
|
||||||
|
|
||||||
public string[] UninstalledPlugins { get; set; }
|
public string[] UninstalledPlugins { get; set; }
|
||||||
@ -354,6 +356,7 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
public class PathSubstitution
|
public class PathSubstitution
|
||||||
{
|
{
|
||||||
public string From { get; set; }
|
public string From { get; set; }
|
||||||
|
|
||||||
public string To { get; set; }
|
public string To { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user