From 9e6854458ac7e12a89f0ca13fd81c4fbff9053ae Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 9 Dec 2016 22:58:12 +0000 Subject: [PATCH] Fixed #757 --- PlexRequests.Core/SettingModels/SystemSettings.cs | 5 +++-- PlexRequests.UI/Views/Admin/Logs.cshtml | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/PlexRequests.Core/SettingModels/SystemSettings.cs b/PlexRequests.Core/SettingModels/SystemSettings.cs index 883c32ba8..8d387f9e7 100644 --- a/PlexRequests.Core/SettingModels/SystemSettings.cs +++ b/PlexRequests.Core/SettingModels/SystemSettings.cs @@ -28,6 +28,7 @@ using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; +using Newtonsoft.Json; using PlexRequests.Core.Models; namespace PlexRequests.Core.SettingModels @@ -35,9 +36,9 @@ namespace PlexRequests.Core.SettingModels public class SystemSettings : Settings { public Branches Branch { get; set; } - + public string Version { get; set; } public StatusModel Status { get; set; } - + [JsonIgnore] public List BranchDropdown { get; set; } } diff --git a/PlexRequests.UI/Views/Admin/Logs.cshtml b/PlexRequests.UI/Views/Admin/Logs.cshtml index 5da1d685c..a28aee738 100644 --- a/PlexRequests.UI/Views/Admin/Logs.cshtml +++ b/PlexRequests.UI/Views/Admin/Logs.cshtml @@ -21,10 +21,7 @@