dot added

This commit is contained in:
Daniel Shleifman
2021-06-16 12:52:26 +03:00
parent d43e9ecd68
commit d56fe89ac4

View File

@@ -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 (