diff --git a/src/widgets/torrent/TorrentTile.tsx b/src/widgets/torrent/TorrentTile.tsx index d2316101d..700903cac 100644 --- a/src/widgets/torrent/TorrentTile.tsx +++ b/src/widgets/torrent/TorrentTile.tsx @@ -245,7 +245,7 @@ const getRatio = ( if(applyAllFilter) { torrents = filterTorrents(widget,torrents) - } else { + } else if (widget.properties.labelFilter.length > 0) { torrents = filterTorrentsByLabels(torrents, widget.properties.labelFilter,widget.properties.labelFilterIsWhitelist) }