mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] add quality exclude filter config option
This commit is contained in:
@@ -60,7 +60,7 @@ function toStreamInfo(record) {
|
||||
function getQuality(record, torrentInfo, fileInfo) {
|
||||
const resolution = fileInfo.resolution || torrentInfo.resolution || record.torrent.resolution;
|
||||
const source = fileInfo.source || torrentInfo.source;
|
||||
if (['CAM', 'TeleSync'].includes(source)) {
|
||||
if (['CAM', 'TeleSync', 'TeleCine'].includes(source)) {
|
||||
return source;
|
||||
}
|
||||
return resolution || source;
|
||||
|
||||
Reference in New Issue
Block a user