mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
append torrent filename to the manual wanted downloads
This commit is contained in:
parent
2e4129927d
commit
7796aba342
1 changed files with 2 additions and 1 deletions
|
|
@ -2534,7 +2534,8 @@ class TorrentController extends AbstractController
|
|||
$response->headers->set(
|
||||
'Content-Disposition',
|
||||
sprintf(
|
||||
'attachment; filename="wanted#%s.torrent";',
|
||||
'attachment; filename="%s [wanted#%s].torrent";',
|
||||
$file->getName(),
|
||||
$torrent->getId()
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue