From 877897d2ae785ff98438a43af9934aaf8a346e12 Mon Sep 17 00:00:00 2001 From: Sketch <75850871+SketchMaster2001@users.noreply.github.com> Date: Sun, 8 Dec 2024 08:17:04 -0500 Subject: [PATCH] fix: Assign ds_mov_id on movie edit --- theunderground/movies.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theunderground/movies.py b/theunderground/movies.py index 62ac3f61..8e7d7cdb 100644 --- a/theunderground/movies.py +++ b/theunderground/movies.py @@ -159,6 +159,8 @@ def edit_movie(movie_id): flash("Invalid DS movie") return render_template("movie_action.html", form=form, action="Edit") + movie.ds_mov_id = movie.movie_id + save_movie_data(movie.movie_id, thumbnail_data, movie_data, ds_movie_data) # Finally update the title, genre and category.