Fix issue with torrent magnet
Cette révision appartient à :
Parent
2ddb3d454e
révision
a69b0b4ead
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -135,7 +135,7 @@ func ExtractInfo(c *gin.Context, r *torrentValidator.TorrentRequest) error {
|
|||
}
|
||||
|
||||
// after data has been checked & extracted, write it to disk
|
||||
if len(config.Get().Torrents.FileStorage) > 0 {
|
||||
if len(config.Get().Torrents.FileStorage) > 0 && r.Filesize > 0 {
|
||||
err := writeTorrentToDisk(tfile, r.Infohash+".torrent", &r.Filepath)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Référencer dans un nouveau ticket