update dialogs

This commit is contained in:
Luke Pulverenti
2016-09-07 01:48:14 -04:00
parent 2a6a6d6911
commit 4e0adb17e7
4 changed files with 35 additions and 7 deletions

View File

@@ -42,12 +42,6 @@ namespace MediaBrowser.Server.Startup.Common.Migrations
{
var updateLevel = _config.Configuration.SystemUpdateLevel;
if (updateLevel == PackageVersionClass.Dev)
{
// It's already dev, there's nothing to check
return;
}
await CheckVersion(currentVersion, updateLevel, CancellationToken.None).ConfigureAwait(false);
}
catch