modify scripts

This commit is contained in:
2025-07-28 11:47:16 +08:00
parent 8fc8d9dff5
commit e9eacc127c

View File

@ -1140,7 +1140,7 @@ class IAFDDBHandler(SQLiteDBHandler):
release_year=int(movie['year'])
except Exception as e:
release_year=0
movie_id = self.insert_movie_index(movie['title'], movie['href'], release_year=int(movie['year']), from_performer_list=1)
movie_id = self.insert_movie_index(movie['title'], movie['href'], release_year=release_year, from_performer_list=1)
if movie_id:
tmp_id = self.insert_performer_movie(performer_id, movie_id, role, movie['notes'])
if tmp_id :