update path configs

This commit is contained in:
Luke Pulverenti
2016-06-29 01:49:31 -04:00
parent db1130166f
commit 775fc94020
5 changed files with 82 additions and 23 deletions

View File

@@ -152,7 +152,7 @@ namespace MediaBrowser.Model.System
/// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value>
public bool SupportsAutoRunAtStartup { get; set; }
public bool HasExternalEncoder { get; set; }
public string EncoderLocationType { get; set; }
public Architecture SystemArchitecture { get; set; }