Skip to content

Commit

Permalink
Reset the directory when refollowing a series.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamuko committed Feb 14, 2016
1 parent 8e98f5e commit 597dba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cum/scrapers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def follow(self, ignore=False):
if s.following:
output.warning('You are already following this series')
else:
s.directory = self.directory
s.following = True
db.session.commit()

Expand Down

0 comments on commit 597dba8

Please sign in to comment.