From 4abdc02aa13b7d6bdf3cab4c9932ad152d80d9aa Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Sat, 25 Jan 2014 16:26:14 -0500 Subject: [PATCH] Oops - uncomment code --- MediaBrowser.Common.Implementations/Security/MBRegistration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MediaBrowser.Common.Implementations/Security/MBRegistration.cs b/MediaBrowser.Common.Implementations/Security/MBRegistration.cs index 79f60c3ac5..cbb6bda94f 100644 --- a/MediaBrowser.Common.Implementations/Security/MBRegistration.cs +++ b/MediaBrowser.Common.Implementations/Security/MBRegistration.cs @@ -49,7 +49,7 @@ namespace MediaBrowser.Common.Implementations.Security public static async Task GetRegistrationStatus(IHttpClient httpClient, IJsonSerializer jsonSerializer, string feature, string mb2Equivalent = null, string version = null) { //check the reg file first to alleviate strain on the MB admin server - must actually check in every 30 days tho - var reg = new RegRecord {/*registered = LicenseFile.LastChecked(feature) > DateTime.UtcNow.AddDays(-30)*/}; + var reg = new RegRecord {registered = LicenseFile.LastChecked(feature) > DateTime.UtcNow.AddDays(-30)}; if (!reg.registered) {