mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
feature: display total size by tag or tracker of torrents on sidebar (#369)
Bug: #244
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export interface Taxonomy {
|
||||
statusCounts: Record<string, number>;
|
||||
tagCounts: Record<string, number>;
|
||||
tagSizes: Record<string, number>;
|
||||
trackerCounts: Record<string, number>;
|
||||
trackerSizes: Record<string, number>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user