diff --git a/tubesync/sync/models.py b/tubesync/sync/models.py index 18edccfd..19a5212d 100644 --- a/tubesync/sync/models.py +++ b/tubesync/sync/models.py @@ -1600,8 +1600,7 @@ class Media(models.Model): # update the media_file in the db self.media_file.name = str(new_video_path.relative_to(self.media_file.storage.location)) - self.save(update_fields={'media_file'}) - self.refresh_from_db(fields={'media_file'}) + self.save() log.info(f'Updated "media_file" in the database for: {self!s}') (new_prefix_path, new_stem) = directory_and_stem(new_video_path)