Добавил "усыновление" существующих торрентов при добавлении тега или
категории
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user