Skip to content

Commit

Permalink
Series plugin 'path' option allows any path. fixes #2057
Browse files Browse the repository at this point in the history
  • Loading branch information
gazpachoking committed May 27, 2013
1 parent 2d3b02a commit d651d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexget/plugins/filter/series.py
Expand Up @@ -697,7 +697,7 @@ def on_process_start(self, task):
'title': 'series options',
'type': 'object',
'properties': {
'path': {'type': 'string', 'format': 'path'},
'path': {'type': 'string'},
'set': {'type': 'object'},
# Custom regexp options
'name_regexp': one_or_more({'type': 'string', 'format': 'regex'}),
Expand Down

0 comments on commit d651d26

Please sign in to comment.