Добавил "усыновление" существующих торрентов при добавлении тега или

категории
This commit is contained in:
2026-06-14 17:06:59 +03:00
parent 7f7f5f69d4
commit 4e077d878e
11 changed files with 333 additions and 6 deletions
+1
View File
@@ -47,6 +47,7 @@ type Torrent struct {
SavePath string `json:"save_path"`
ContentPath string `json:"content_path"`
Category string `json:"category"`
Tags string `json:"tags"` // через запятую
Progress float64 `json:"progress"`
AmountLeft int64 `json:"amount_left"`
AddedOn int64 `json:"added_on"`