[addon] revert provider symbol to cog

This commit is contained in:
TheBeastLT
2020-04-15 16:47:19 +02:00
parent 6d0763ba20
commit 0133adbbda

View File

@@ -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), '', ' / '),
],