force guide refresh

This commit is contained in:
Luke Pulverenti
2017-01-24 16:21:36 -05:00
parent e140da0ddf
commit 6ce6ed7d9c
2 changed files with 3 additions and 1 deletions

View File

@@ -491,7 +491,8 @@ namespace Emby.Server.Core
{
var migrations = new List<IVersionMigration>
{
new LibraryScanMigration(ServerConfigurationManager, TaskManager)
new LibraryScanMigration(ServerConfigurationManager, TaskManager),
new GuideMigration(ServerConfigurationManager, TaskManager)
};
foreach (var task in migrations)