Skip to content

Commit

Permalink
Add VOBSUB to Unsupported Embedded Subs on LG TV
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed Jun 13, 2024
1 parent 4c3a7f8 commit 41e2283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function stremioSubSizes(size) {

var device = {
unsupportedAudio: ['DTS', 'TRUEHD'],
unsupportedSubs: ['HDMV/PGS']
unsupportedSubs: ['HDMV/PGS', 'VOBSUB']
};

var fetchedDeviceInfo = false;
Expand Down

0 comments on commit 41e2283

Please sign in to comment.