mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
remove Rom.multi
This commit is contained in:
@@ -303,11 +303,6 @@ class Rom(BaseModel):
|
||||
|
||||
return []
|
||||
|
||||
# TODO: Remove this after 4.3 release
|
||||
@cached_property
|
||||
def multi(self) -> bool:
|
||||
return self.has_nested_single_file or self.has_multiple_files
|
||||
|
||||
@cached_property
|
||||
def has_simple_single_file(self) -> bool:
|
||||
return len(self.files) == 1 and not self.files[0].is_nested
|
||||
|
||||
Reference in New Issue
Block a user