diff --git a/web/src/components/DialogTorrentDetailsContent/index.jsx b/web/src/components/DialogTorrentDetailsContent/index.jsx index 88aa75e..b6f688c 100644 --- a/web/src/components/DialogTorrentDetailsContent/index.jsx +++ b/web/src/components/DialogTorrentDetailsContent/index.jsx @@ -116,7 +116,7 @@ export default function DialogTorrentDetailsContent({ closeDialog, torrent }) { if (torrentParsedName?.resolution && !title.includes(torrentParsedName?.resolution)) newNameStrings.push(torrentParsedName?.resolution) - return newNameStrings.join(' ') + return newNameStrings.join('. ') } return (