mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-03-12 04:35:42 -07:00
Update magnet icon (#1038)
This commit is contained in:
parent
f45602d8b6
commit
edf809667c
@ -389,7 +389,8 @@ class Torrent
|
||||
|
||||
if (isset($info['length'])) {
|
||||
$totallen = (float)$info['length'];
|
||||
} elseif (isset($bt_v1, $info['files']) && \is_array($info['files'])) {
|
||||
}
|
||||
elseif (isset($bt_v1, $info['files']) && \is_array($info['files'])) {
|
||||
foreach ($info['files'] as $fn => $f) {
|
||||
// Exclude padding files
|
||||
if (($f['attr'] ?? null) !== 'p') {
|
||||
|
Binary file not shown.
Before ![]() (image error) Size: 2.1 KiB After ![]() (image error) Size: 2.3 KiB ![]() ![]() |
Loading…
x
Reference in New Issue
Block a user