1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

removed supports backlog, updated some logs in job provider.

This commit is contained in:
kay.one
2011-05-20 00:39:05 -07:00
parent 5ab104dec6
commit 87ff2d1deb
2 changed files with 11 additions and 9 deletions
@@ -13,7 +13,5 @@ namespace NzbDrone.Core.Repository
public String IndexProviderType { get; set; }
public String Name { get; set; }
public Boolean SupportsBacklog { get; set; }
}
}