This commit is contained in:
Daniel Shleifman
2021-05-26 11:04:58 +03:00
3 changed files with 8 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ On linux systems you need to set the environment variable before run \
Install golang 1.16+ by instruction: https://golang.org/doc/install \
Goto dir to source\
Run build script under linux build-all.sh\
For build web page need install npm\
For build web page need install npm and yarn\
For instal yarn: _npm i -g yarn_ after install npm\
For build android server need android toolchain\
Download android ndk and copy android-ndk-XXX/toolchains/llvm/prebuilt/linux-x86_64 dir to source, rename it to toolchain
@@ -197,6 +198,8 @@ SberBank card: 4276 4000 6707 2919
###### **tsynik** [github.com/tsynik](https://github.com/tsynik)
###### **dancheskus** [github.com/dancheskus](https://github.com/dancheskus)
###### **Tw1cker Руслан Пахнев** [github.com/Nemiroff](https://github.com/Nemiroff)
###### **SpAwN_LMG**

View File

@@ -136,7 +136,7 @@ func remTorrent(req torrReqJS, c *gin.Context) {
func listTorrent(req torrReqJS, c *gin.Context) {
list := torr.ListTorrent()
if list == nil {
if len(list) == 0 {
c.JSON(200, []*state.TorrentStatus{})
return
}

View File

@@ -27,7 +27,7 @@ export default function AboutDialog() {
<DialogContent>
<DialogContent>
<DialogContentText id='alert-dialog-description'>
<a id='alert-dialog-description'>
<center>
<h2>Thanks to everyone who tested and helped.</h2>
</center>
@@ -37,6 +37,8 @@ export default function AboutDialog() {
<br />
<b>tsynik nikk Никита</b> <a href='https://github.com/tsynik'>github.com/tsynik</a>
<br />
<b>dancheskus</b> <a href='https://github.com/dancheskus'>github.com/dancheskus</a>
<br />
<b>Tw1cker Руслан Пахнев</b> <a href='https://github.com/Nemiroff'>github.com/Nemiroff</a>
<br />
<b>SpAwN_LMG</b>