Update all the places we need base_run_time_seconds now
This commit is contained in:
@ -238,8 +238,8 @@ class VideoGame(LongPlayScrobblableMixin):
|
||||
load_game_data_from_igdb(self.id, self.igdb_id)
|
||||
|
||||
if force_update and self.main_story_time:
|
||||
self.run_time_seconds = self.main_story_time
|
||||
self.save(update_fields=["run_time_seconds"])
|
||||
self.base_run_time_seconds = self.main_story_time
|
||||
self.save(update_fields=["base_run_time_seconds"])
|
||||
|
||||
@classmethod
|
||||
def find_or_create(cls, data_dict: dict) -> "Game":
|
||||
|
||||
Reference in New Issue
Block a user