We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88de0b commit 151dfe8Copy full SHA for 151dfe8
src/supportsTranscoding.js
@@ -1,7 +1,7 @@
1
var platform = require('./platform');
2
3
function supportsTranscoding() {
4
- if (['Tizen', 'webOS'].includes(platform.get()) || typeof window.qt !== 'undefined') {
+ if (['Tizen', 'webOS', 'Titan', 'NetTV'].includes(platform.get()) || typeof window.qt !== 'undefined') {
5
return Promise.resolve(false);
6
}
7
return Promise.resolve(true);
0 commit comments