Empty commit

This commit is contained in:
Git 2016-02-19 08:00:30 +00:00
parent 69f5523111
commit 61def2bf68

View File

@ -184,7 +184,7 @@
Torrents::set_snatch_update_time($UserID, Torrents::SNATCHED_UPDATE_AFTERDL);
list($Contents) = $DB->next_record(MYSQLI_NUM, false);
$FileName = TorrentsDL::construct_file_name($Info['PlainArtists'], $Name, $Year, $Media, $Format, $Encoding, false, $DownloadAlt);
$FileName = TorrentsDL::construct_file_name($Info['PlainArtists'], $Name, $Year, $Media, $Format, $Encoding, $TorrentID, $DownloadAlt);
if ($DownloadAlt) {
header('Content-Type: text/plain; charset=utf-8');