mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
[addon] revert provider symbol to cog
This commit is contained in:
parent
6d0763ba20
commit
0133adbbda
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ function toStreamInfo(record) {
|
|||
joinDetailParts([
|
||||
joinDetailParts([record.torrent.seeders], '👤 '),
|
||||
joinDetailParts([formatSize(record.size)], '💾 '),
|
||||
joinDetailParts([record.torrent.provider], '🛈 ')
|
||||
joinDetailParts([record.torrent.provider], '⚙️ ')
|
||||
]),
|
||||
joinDetailParts(getLanguages(record, torrentInfo, fileInfo), '', ' / '),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue