Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Commit

Permalink
add download mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
anatasluo committed Apr 11, 2019
1 parent a3702a4 commit 1d06cb9
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 87 deletions.
161 changes: 80 additions & 81 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## ANT Downloader

[![Build Status](https://travis-ci.com/anatasluo/ant.svg?branch=master)](https://travis-ci.com/anatasluo/ant)
[![Stable Version](https://img.shields.io/badge/version-1.1.0-blueviolet.svg)](https://img.shields.io/badge/version-1.1.0-blueviolet.svg)
[![Stable Version](https://img.shields.io/badge/version-1.2.0-blueviolet.svg)](https://img.shields.io/badge/version-1.1.0-blueviolet.svg)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

### [English](README.md) | [中文](README_zh.md)
Expand Down Expand Up @@ -46,6 +46,7 @@ If you like this application, please consider give a star for this project.
![](./src/assets/READEME/steaming.png)
--------------

## Download Mirror

## Get Started

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## ANT Downloader

[![Build Status](https://travis-ci.com/anatasluo/ant.svg?branch=master)](https://travis-ci.com/anatasluo/ant)
[![Stable Version](https://img.shields.io/badge/version-1.1.0-blueviolet.svg)](https://img.shields.io/badge/version-1.1.0-blueviolet.svg)
[![Stable Version](https://img.shields.io/badge/version-1.2.0-blueviolet.svg)](https://img.shields.io/badge/version-1.1.0-blueviolet.svg)
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

### [English](README.md) | [中文](README_zh.md)
Expand Down
2 changes: 1 addition & 1 deletion backend/engine/engineTorrent.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (engine *Engine)StartDownloadTorrent(hexString string)(downloaded bool) {
singleTorrentLog, _ := engine.EngineRunningInfo.HashToTorrentLog[singleTorrent.InfoHash()]
if singleTorrentLog.Status != RunningStatus {
singleTorrentLog.Status = RunningStatus

engine.SaveInfo()
//check if extend exist
_, extendIsExist := engine.EngineRunningInfo.TorrentLogExtends[singleTorrent.InfoHash()];
if !extendIsExist {
Expand Down
4 changes: 3 additions & 1 deletion main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d06cb9

Please sign in to comment.