This commit is contained in:
YouROK
2020-12-04 23:37:01 +03:00
parent 9cf6b6f03e
commit 30604c6e94
3 changed files with 8 additions and 7 deletions

View File

@@ -42,10 +42,6 @@ func AddTorrent(spec *torrent.TorrentSpec, title, poster string) (*Torrent, erro
}
}
if torr.Title == "" {
torr.Title = torr.Name()
}
return torr, nil
}