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,
|
||||
tracker: torrent.Tracker,
|
||||
size: torrent.Size,
|
||||
size_gb: torrent.Size ? (torrent.Size / (1024 * 1024 * 1024)).toFixed(2) : null,
|
||||
seeders: torrent.Seeders,
|
||||
peers: torrent.Peers,
|
||||
magnet: torrent.MagnetUri,
|
||||
|
||||
Reference in New Issue
Block a user