Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset dirty flag when changes to episodes are made #7102

Merged
merged 3 commits into from Aug 31, 2019

Conversation

medariox
Copy link
Contributor

  • PR is based on the DEVELOP branch
  • Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
  • Read the contribution guide

@medariox medariox added this to the 0.3.5 milestone Aug 31, 2019
@@ -653,7 +654,7 @@ def load_from_db(self, season, episode):

# don't overwrite my location
if sql_results[0]['location']:
self.location = os.path.normpath(sql_results[0]['location'])
self._location = os.path.normpath(sql_results[0]['location'])
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes #5960

@medariox medariox merged commit 9335bb5 into develop Aug 31, 2019
@medariox medariox deleted the fix/rest-dirty-ep-changes branch August 31, 2019 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants