Fixes
- Download Link fix - reinsert fix
This commit is contained in:
@@ -27,3 +27,9 @@ var ErrLinkBroken = &HTTPError{
|
||||
Message: "File is unavailable",
|
||||
Code: "file_unavailable",
|
||||
}
|
||||
|
||||
var TorrentNotFoundError = &HTTPError{
|
||||
StatusCode: 404,
|
||||
Message: "Torrent not found",
|
||||
Code: "torrent_not_found",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user