mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Merge branch 'master' of https://github.com/YouROK/TorrServer
This commit is contained in:
@@ -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 \
|
Install golang 1.16+ by instruction: https://golang.org/doc/install \
|
||||||
Goto dir to source\
|
Goto dir to source\
|
||||||
Run build script under linux build-all.sh\
|
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\
|
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
|
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)
|
###### **tsynik** [github.com/tsynik](https://github.com/tsynik)
|
||||||
|
|
||||||
|
###### **dancheskus** [github.com/dancheskus](https://github.com/dancheskus)
|
||||||
|
|
||||||
###### **Tw1cker Руслан Пахнев** [github.com/Nemiroff](https://github.com/Nemiroff)
|
###### **Tw1cker Руслан Пахнев** [github.com/Nemiroff](https://github.com/Nemiroff)
|
||||||
|
|
||||||
###### **SpAwN_LMG**
|
###### **SpAwN_LMG**
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ func remTorrent(req torrReqJS, c *gin.Context) {
|
|||||||
|
|
||||||
func listTorrent(req torrReqJS, c *gin.Context) {
|
func listTorrent(req torrReqJS, c *gin.Context) {
|
||||||
list := torr.ListTorrent()
|
list := torr.ListTorrent()
|
||||||
if list == nil {
|
if len(list) == 0 {
|
||||||
c.JSON(200, []*state.TorrentStatus{})
|
c.JSON(200, []*state.TorrentStatus{})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export default function AboutDialog() {
|
|||||||
|
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<DialogContentText id='alert-dialog-description'>
|
<a id='alert-dialog-description'>
|
||||||
<center>
|
<center>
|
||||||
<h2>Thanks to everyone who tested and helped.</h2>
|
<h2>Thanks to everyone who tested and helped.</h2>
|
||||||
</center>
|
</center>
|
||||||
@@ -37,6 +37,8 @@ export default function AboutDialog() {
|
|||||||
<br />
|
<br />
|
||||||
<b>tsynik nikk Никита</b> <a href='https://github.com/tsynik'>github.com/tsynik</a>
|
<b>tsynik nikk Никита</b> <a href='https://github.com/tsynik'>github.com/tsynik</a>
|
||||||
<br />
|
<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>
|
<b>Tw1cker Руслан Пахнев</b> <a href='https://github.com/Nemiroff'>github.com/Nemiroff</a>
|
||||||
<br />
|
<br />
|
||||||
<b>SpAwN_LMG</b>
|
<b>SpAwN_LMG</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user