mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
add folder count to folder route
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user