First start improvements

This commit is contained in:
Ruud
2012-11-03 22:36:25 +01:00
parent a32ba7a763
commit a22bd4abd4
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ config = [{
'name': 'preferred_method',
'label': 'First search',
'description': 'Which of the methods do you prefer',
'default': 'nzb',
'default': 'both',
'type': 'dropdown',
'values': [('usenet & torrents', 'both'), ('usenet', 'nzb'), ('torrents', 'torrent')],
},

View File

@@ -22,6 +22,7 @@ class StatusPlugin(Plugin):
'failed': 'Failed',
'deleted': 'Deleted',
'ignored': 'Ignored',
'available': 'Available',
}
def __init__(self):