Fixed an issue with season searching using the season number as the tvrageid

This commit is contained in:
Mark McDowall 2013-08-07 17:20:47 -07:00
parent 017975696e
commit f4aae73d27
8 changed files with 18 additions and 73 deletions

View file

@ -0,0 +1,8 @@
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Instrumentation.Commands
{
public class ClearLogCommand : ICommand
{
}
}