mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
fix err
This commit is contained in:
@@ -29,7 +29,7 @@ func Preconfig(kill bool) {
|
|||||||
case <-pulse.C:
|
case <-pulse.C:
|
||||||
{
|
{
|
||||||
send := false
|
send := false
|
||||||
for i, torrent := range torr.ListTorrent() {
|
for _, torrent := range torr.ListTorrent() {
|
||||||
if torrent.Stat != state.TorrentInDB {
|
if torrent.Stat != state.TorrentInDB {
|
||||||
send = true
|
send = true
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user