Allow accessing same filename differently
This commit is contained in:
@@ -6,12 +6,11 @@ type FileJSON struct {
|
||||
}
|
||||
|
||||
type UnrestrictResponse struct {
|
||||
Filename string `json:"filename"`
|
||||
Filesize int64 `json:"filesize"`
|
||||
Link string `json:"link"`
|
||||
Host string `json:"host"`
|
||||
Download string `json:"download,omitempty"`
|
||||
Streamable int `json:"streamable,omitempty"`
|
||||
Filename string `json:"filename"`
|
||||
Filesize int64 `json:"filesize"`
|
||||
Link string `json:"link"`
|
||||
Host string `json:"host"`
|
||||
Download string `json:"download,omitempty"`
|
||||
}
|
||||
|
||||
type Torrent struct {
|
||||
|
||||
Reference in New Issue
Block a user