More renaming to iterable + fixes to heroic

This commit is contained in:
GeoffreyCoulaud
2023-07-20 10:58:23 +02:00
parent 0df123975c
commit 52b6c47c8d
8 changed files with 27 additions and 29 deletions

View File

@@ -80,7 +80,7 @@ class BottlesSource(URLExecutableSource):
"""Generic Bottles source"""
name = _("Bottles")
iterator_class = BottlesSourceIterable
iterable_class = BottlesSourceIterable
url_format = 'bottles:run/"{bottle_name}"/"{game_name}"'
available_on = {"linux"}