Avoid recussion limit on saving video games

This commit is contained in:
2023-03-13 18:19:30 -04:00
parent 8e3a2d251a
commit aab403a782

View File

@ -107,10 +107,6 @@ class VideoGame(LongPlayScrobblableMixin):
def get_start_url(self):
return reverse("scrobbles:start", kwargs={"uuid": self.uuid})
def save(self, **kwargs):
super().save(**kwargs)
self.fix_metadata()
@property
def seconds_for_completion(self) -> int:
completion_time = self.run_time_ticks