Skip to content

Commit

Permalink
Fix flexget_archive validator for tagged searches.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.flexget.com/trunk@3213 3942dd89-8c5d-46d7-aeed-044bccf3e60c
gazpachoking committed Dec 14, 2012
1 parent 8332585 commit 2a13af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexget/plugins/generic/archive.py
Original file line number Diff line number Diff line change
@@ -343,7 +343,7 @@ def validator(self):

root = validator.factory()
root.accept('boolean')
root.accept('list')
root.accept('list').accept('text')
return root

def search(self, query, comparator, config=None):

0 comments on commit 2a13af3

Please sign in to comment.