removed supports backlog, updated some logs in job provider.

This commit is contained in:
kay.one 2011-05-20 00:39:05 -07:00
commit 87ff2d1deb
2 changed files with 11 additions and 9 deletions

View file

@ -13,7 +13,5 @@ namespace NzbDrone.Core.Repository
public String IndexProviderType { get; set; }
public String Name { get; set; }
public Boolean SupportsBacklog { get; set; }
}
}