mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] revert provider symbol to cog
This commit is contained in:
@@ -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), '', ' / '),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user