Add sorting by a File's Tag Count

This commit is contained in:
Cameron
2025-05-17 13:41:14 -04:00
parent f216723df0
commit 5b17fba51f
4 changed files with 92 additions and 35 deletions

View File

@@ -106,6 +106,8 @@ pub enum SortType {
Shuffle,
NameAsc,
NameDesc,
TagCountAsc,
TagCountDesc,
}
#[derive(Deserialize)]