Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SiCKRAGE
sickrage
Commits
34e22ae4
Commit
34e22ae4
authored
Feb 11, 2021
by
echel0n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issues with mass editing show search format and default episode status
parent
1cb25944
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sickrage/core/webserver/handlers/manage/__init__.py
sickrage/core/webserver/handlers/manage/__init__.py
+2
-2
No files found.
sickrage/core/webserver/handlers/manage/__init__.py
View file @
34e22ae4
...
...
@@ -197,10 +197,10 @@ def edit_show(series_id, any_qualities, best_qualities, exceptions_list, locatio
show_obj
.
paused
=
paused
show_obj
.
anime
=
anime
show_obj
.
scene
=
scene
show_obj
.
search_format
=
SearchFormat
[
search_format
]
show_obj
.
search_format
=
search_format
show_obj
.
subtitles
=
subtitles
show_obj
.
sub_use_sr_metadata
=
sub_use_sr_metadata
show_obj
.
default_ep_status
=
EpisodeStatus
[
default_ep_status
]
show_obj
.
default_ep_status
=
default_ep_status
show_obj
.
skip_downloaded
=
skip_downloaded
# If directCall from mass_edit_update no scene exceptions handling or black and white list handling
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment