mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
Fix for mass edit
This commit is contained in:
parent
5f7b8465d0
commit
4443a5a649
@ -1053,7 +1053,7 @@ class Manage(MainHandler):
|
||||
|
||||
exceptions_list = []
|
||||
|
||||
curErrors += self.editShow(curShow, new_show_dir, anyQualities, bestQualities, exceptions_list,
|
||||
curErrors += Home(self.application, self.request).editShow(curShow, new_show_dir, anyQualities, bestQualities, exceptions_list,
|
||||
new_flatten_folders, new_paused, subtitles=new_subtitles, anime=new_anime,
|
||||
scene=new_scene, directCall=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user