diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-06-29 13:59:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-29 13:59:44 -0400 |
| commit | d62fe7113592f9b1dfd5d68349a05de38a550843 (patch) | |
| tree | 78e8c82618b27e350c583760afc2082868bdfb27 /MediaBrowser.Model/System | |
| parent | 1d6421dde983a6127c30314aec51497fa6161cc7 (diff) | |
| parent | 636969e7ffbaafec3f458de4299966776bc72737 (diff) | |
Merge pull request #1888 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/System')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 868d9dc28..3d1de5b37 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -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; } |
