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:
parent
fa08c6245b
commit
4f967db0b7
2 changed files with 0 additions and 2 deletions
|
@ -1448,5 +1448,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.homeTopViews .cardText{
|
||||
font-size: 14px;
|
||||
}
|
|
@ -638,7 +638,6 @@
|
|||
|
||||
function getOptimalMediaSource(mediaType, versions) {
|
||||
|
||||
alert(JSON.stringify(versions));
|
||||
var optimalVersion = versions.filter(function (v) {
|
||||
|
||||
v.enableDirectPlay = supportsDirectPlay(v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue