mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Fix for mass edit
This commit is contained in:
parent
5f7b8465d0
commit
4443a5a649
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue