fixed albumsort

This commit is contained in:
Hellow
2023-04-16 14:36:33 +02:00
parent 5826ff3002
commit ca25590baa
3 changed files with 47 additions and 20 deletions

View File

@@ -117,8 +117,7 @@ class FloatAttribute(SingleAttribute):
@property
def object_from_value(self) -> float:
if self.value.isnumeric():
return float(self.value)
return float(self.value)
class ListAttribute(Attribute):