mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
set torrent name if empty title
This commit is contained in:
@@ -194,12 +194,10 @@ func (c *Cache) cleanPieces() {
|
|||||||
c.removePiece(p)
|
c.removePiece(p)
|
||||||
rems--
|
rems--
|
||||||
if rems <= 0 {
|
if rems <= 0 {
|
||||||
break
|
utils.FreeOSMemGC()
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if rems <= 0 {
|
|
||||||
utils.FreeOSMemGC()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user