Skip to content

Commit 4cbbd8c

Browse files
committed
fix takeupload nfo
1 parent a197cad commit 4cbbd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/takeupload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ function checkTorrentDict($dict, $key, $type = null)
344344
'sp_state' => $sp_state,
345345
'added' => $dateTimeStringNow,
346346
'last_action' => $dateTimeStringNow,
347-
'nfo' => $nfo,
347+
// 'nfo' => $nfo,
348348
'info_hash' => $infohash,
349349
// 'pt_gen' => $_POST['pt_gen'] ?? '',
350350
// 'technical_info' => $_POST['technical_info'] ?? '',

0 commit comments

Comments
 (0)