update video osd

This commit is contained in:
Luke Pulverenti
2017-01-25 02:04:34 -05:00
parent 1aff43059a
commit cf470529b1
4 changed files with 3 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ namespace Emby.Server.Implementations.Migrations
public async Task Run()
{
var name = "GuideRefresh";
var name = "GuideRefresh1";
if (!_config.Configuration.Migrations.Contains(name, StringComparer.OrdinalIgnoreCase))
{