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

update translations

This commit is contained in:
Luke Pulverenti 2015-07-08 20:20:01 -04:00
parent 8030454e19
commit 22586c7a8f
41 changed files with 17432 additions and 17417 deletions

View file

@ -234,7 +234,7 @@
};
var currentSrc;
self.setCurrentSrc = function (val, tracks, item, mediaSource) {
self.setCurrentSrc = function (val, item, mediaSource, tracks) {
var elem = mediaElement;
@ -359,14 +359,6 @@
}
};
self.setPoster = function (url) {
var elem = mediaElement;
if (elem) {
elem.poster = url;
}
};
self.supportsTextTracks = function () {
if (supportsTextTracks == null) {