Skip to content

Commit

Permalink
codacy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-klein committed Apr 16, 2018
1 parent 113e525 commit 089abe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/staged.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def view_all(self):
self.remove_all()
return self.mainmenu.view()
elif lines[ret] == STR_GENERATE_ALL_METADATA_ITEMS:
self.generate_all_metadata()
self.generate_all_metadata(staged_movies)
return self.view_all()
elif lines[ret] == STR_BACK:
return self.mainmenu.view()
Expand Down

0 comments on commit 089abe2

Please sign in to comment.