mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-07 18:48:00 +08:00
feat: seprate tv and movie path
This commit is contained in:
@@ -55,7 +55,7 @@ func (c *Client) Download(magnet, dir string) (*Torrent, error) {
|
||||
type Torrent struct {
|
||||
//t *transmissionrpc.Torrent
|
||||
c *transmissionrpc.Client
|
||||
ID int64 `json: "id"`
|
||||
ID int64 `json:"id"`
|
||||
Config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user