mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-27 17:38:51 +05:00
fix
This commit is contained in:
@@ -72,7 +72,6 @@ class RedApiClient {
|
|||||||
title: torrent.Title,
|
title: torrent.Title,
|
||||||
tracker: torrent.Tracker,
|
tracker: torrent.Tracker,
|
||||||
size: torrent.Size,
|
size: torrent.Size,
|
||||||
size_gb: torrent.Size ? (torrent.Size / (1024 * 1024 * 1024)).toFixed(2) : null,
|
|
||||||
seeders: torrent.Seeders,
|
seeders: torrent.Seeders,
|
||||||
peers: torrent.Peers,
|
peers: torrent.Peers,
|
||||||
magnet: torrent.MagnetUri,
|
magnet: torrent.MagnetUri,
|
||||||
|
|||||||
Reference in New Issue
Block a user