Fixed: Refresh Xem mapped series list every 12 hours, instead of on startup only

This commit is contained in:
Mark McDowall
2013-12-15 20:10:03 -08:00
parent 9484e7d2a9
commit 68d1c421ba
3 changed files with 37 additions and 22 deletions
@@ -0,0 +1,8 @@
using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.DataAugmentation.Xem
{
public class RefreshXemCacheCommand : Command
{
}
}