1
0
mirror of https://github.com/torrentpier/torrentpier.git synced 2025-03-12 04:35:42 -07:00

Update magnet icon ()

This commit is contained in:
Cønstantine Kovalensky 2023-11-04 20:17:01 +04:00 committed by GitHub
parent f45602d8b6
commit edf809667c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
src/Legacy
styles/images

@ -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