stop guide refresh when needed

This commit is contained in:
Luke Pulverenti
2016-12-15 01:41:10 -05:00
parent de9cd28a79
commit 3674a65fae
5 changed files with 46 additions and 21 deletions

View File

@@ -389,6 +389,8 @@ namespace Emby.Server.Implementations.Data
});
}
}
GC.Collect();
}
catch (Exception ex)
{