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

fix subtitle syncing

This commit is contained in:
Luke Pulverenti 2015-03-27 00:17:04 -04:00
parent fa08c6245b
commit 4f967db0b7
2 changed files with 0 additions and 2 deletions

View file

@ -1448,5 +1448,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
}
.homeTopViews .cardText{
font-size: 14px;
}

View file

@ -638,7 +638,6 @@
function getOptimalMediaSource(mediaType, versions) {
alert(JSON.stringify(versions));
var optimalVersion = versions.filter(function (v) {
v.enableDirectPlay = supportsDirectPlay(v);