Skip to content

Commit

Permalink
fix crash on multiep
Browse files Browse the repository at this point in the history
  • Loading branch information
Winterbird committed Jan 5, 2023
1 parent b4f8f27 commit 2dc1e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adbb/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def arrange_files(filelist, target_dir=None, dry_run=False, check_previous=False
if str(e).lower() == str(epfile.episode.episode_number).lower():
epfile.update_mylist(watched=False, state='on hdd')
else:
tmpfile = File(anime=epfile.anime, episode=e)
tmpfile = adbb.File(anime=epfile.anime, episode=e)
tmpfile.update_mylist(watched=False, state='on hdd')

def arrange_anime():
Expand Down

0 comments on commit 2dc1e06

Please sign in to comment.