Private GIT

Skip to content
Snippets Groups Projects
Commit deb63cdb authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Don't notify when changing episodes to something other than Wanted

parent fd7de098
Branches
Tags
No related merge requests found
...@@ -1727,6 +1727,7 @@ class Home: ...@@ -1727,6 +1727,7 @@ class Home:
sickbeard.searchQueueScheduler.action.add_item(cur_backlog_queue_item) sickbeard.searchQueueScheduler.action.add_item(cur_backlog_queue_item)
msg += "</ul>" msg += "</ul>"
if segment_list:
ui.flash.message("Backlog started", msg) ui.flash.message("Backlog started", msg)
if direct: if direct:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment