Add option to disable game support detection

This commit is contained in:
rubenwardy
2022-06-25 02:27:51 +01:00
parent 42841896d1
commit d9e65f7c3a
8 changed files with 120 additions and 61 deletions

View File

@@ -328,7 +328,7 @@ def update_screenshot_sizes():
@action("Detect game support")
def detect_game_support():
resolver = GameSupportResolver()
resolver = GameSupportResolver(db.session)
resolver.update_all()
db.session.commit()