diff --git a/src/widgets/torrent/TorrentTile.tsx b/src/widgets/torrent/TorrentTile.tsx index 02b7d1441..93c7ad673 100644 --- a/src/widgets/torrent/TorrentTile.tsx +++ b/src/widgets/torrent/TorrentTile.tsx @@ -237,7 +237,7 @@ const filterTorrentsByLabels = ( return torrents.filter((torrent) => !labels.includes(torrent.label as string)); }; -const getTorrentsRatio = ( +export const getTorrentsRatio = ( widget: ITorrent, torrents: NormalizedTorrent[], applyAllFilter:boolean