fixed the path naming

This commit is contained in:
Hellow2
2023-06-15 11:28:35 +02:00
parent 805017fea5
commit 1d0e10a022
4 changed files with 81 additions and 43 deletions

View File

@@ -403,6 +403,10 @@ class Album(MainObject):
:return:
"""
return len(self.artist_collection) > 1
@property
def album_type_string(self) -> str:
return self.album_type.value
"""