mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-20 18:22:03 +00:00
[addon] do not change filename in stream info
This commit is contained in:
parent
347d97fb55
commit
dfa541d19a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ function toStreamInfo(record) {
|
|||
const title = joinDetailParts(
|
||||
[
|
||||
joinDetailParts([record.torrent.title.replace(/[, ]+/g, ' ')]),
|
||||
joinDetailParts([!sameInfo && record.title.replace(/[, ]+/g, ' ') || undefined]),
|
||||
joinDetailParts([!sameInfo && record.title || undefined]),
|
||||
joinDetailParts([
|
||||
joinDetailParts([record.torrent.seeders], '👤 '),
|
||||
joinDetailParts([formatSize(record.size)], '💾 '),
|
||||
|
|
|
|||
Loading…
Reference in a new issue