add folder count to folder route

This commit is contained in:
geoffrey45
2023-03-25 05:26:01 +03:00
parent d43dcbff46
commit 79029ae346
8 changed files with 47 additions and 67 deletions
+1 -2
View File
@@ -5,6 +5,5 @@ from dataclasses import dataclass
class Folder:
name: str
path: str
has_tracks: bool
is_sym: bool = False
path_hash: str = ""
count: int = 0