mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 11:32:20 -05:00
Merge pull request #695 from echel0n/dev
Fixed unbound method editShow() error
This commit is contained in:
commit
a2886bcf02
@ -1112,7 +1112,7 @@ class Manage(MainHandler):
|
||||
|
||||
exceptions_list = []
|
||||
|
||||
curErrors += Home.editShow(curShow, new_show_dir, anyQualities, bestQualities, exceptions_list,
|
||||
curErrors += Home(self.application, self.request).editShow(curShow, new_show_dir, anyQualities, bestQualities, exceptions_list,
|
||||
flatten_folders=new_flatten_folders,
|
||||
paused=new_paused, sports=new_sports,
|
||||
subtitles=new_subtitles, anime=new_anime,
|
||||
|
Loading…
Reference in New Issue
Block a user