1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update packaging

This commit is contained in:
Luke Pulverenti 2016-03-10 23:25:56 -05:00
parent 709f0726da
commit 0089f44a4d
6 changed files with 23 additions and 13 deletions

View file

@ -100,7 +100,7 @@ define(['browser'], function (browser) {
function testCanPlayTs() {
return browser.tizen || browser.webos;
return browser.tizen || browser.web0s;
}
function getDirectPlayProfileForVideoContainer(container) {
@ -123,7 +123,7 @@ define(['browser'], function (browser) {
break;
case 'm2ts':
case 'wmv':
supported = browser.tizen || browser.webos;
supported = browser.tizen || browser.web0s;
break;
default:
break;