feat: implement folder and folder track sorting

This commit is contained in:
cwilvx
2024-08-04 11:34:33 +03:00
parent c77d0927c7
commit cc2d017816
5 changed files with 118 additions and 25 deletions
-1
View File
@@ -7,4 +7,3 @@ class Folder:
path: str
is_sym: bool = False
trackcount: int = 0
foldercount: int = 0