1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00
Radarr/NzbDrone.Web/Models
markus101 e7cbc4cbcf Added additional priorities supported by SABnzbd.
From shypike:This is the (kind of weird) priority table:

TOP_PRIORITY = 2
HIGH_PRIORITY = 1
NORMAL_PRIORITY = 0
LOW_PRIORITY = -1
DEFAULT_PRIORITY = -100
PAUSED_PRIORITY = -2

-100 won't do a thing, since it means: whatever is default.
2011-02-11 00:12:44 -08:00
..
AccountModels.cs Initial Commit 2010-09-22 20:19:47 -07:00
DownloadSettingsModel.cs Added additional priorities supported by SABnzbd. 2011-02-11 00:12:44 -08:00
EpisodeModel.cs look right in IE, all episodes are ajax loaded. 2010-10-29 20:54:48 -06:00
IndexerSettingsModel.cs Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet. 2011-02-10 17:22:29 -08:00
MappingModel.cs added missing file 2011-02-03 17:00:55 -08:00
QualityModel.cs Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet. 2011-02-10 17:22:29 -08:00
SettingsModels.cs Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet. 2011-02-10 17:22:29 -08:00
TestModel.cs Deleting of Qualities now works. 2011-02-07 13:22:45 -08:00