From da535db6554e1ca6610f247b02b3a0391e8f1f02 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Mon, 4 Mar 2013 11:56:29 -0500 Subject: Added a config setting to denote completion of the startup wizard --- MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs index 474d985f2..74241ac02 100644 --- a/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs +++ b/MediaBrowser.Model/Configuration/BaseApplicationConfiguration.cs @@ -65,6 +65,13 @@ namespace MediaBrowser.Model.Configuration /// The legacy web socket port number. [ProtoMember(59)] public int LegacyWebSocketPortNumber { get; set; } + + /// + /// Gets or sets a value indicating whether this instance is first run. + /// + /// true if this instance is first run; otherwise, false. + [ProtoMember(4)] + public bool IsStartupWizardCompleted { get; set; } /// /// Initializes a new instance of the class. -- cgit v1.2.3