mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
69e9dbcc51
commit
7ee6317dae
92 changed files with 907 additions and 901 deletions
|
@ -877,9 +877,6 @@
|
|||
|
||||
self.playVideo = function (item, mediaSource, startPosition, callback) {
|
||||
|
||||
//ApiClient.detectBitrate().done(function (b) {
|
||||
// alert(b);
|
||||
//});
|
||||
requirejs(['videorenderer'], function () {
|
||||
|
||||
var streamInfo = self.createStreamInfo('Video', item, mediaSource, startPosition);
|
||||
|
@ -907,10 +904,6 @@
|
|||
});
|
||||
};
|
||||
|
||||
function supportsContentOverVideoPlayer() {
|
||||
return true;
|
||||
}
|
||||
|
||||
self.playVideoInternal = function (item, mediaSource, startPosition, streamInfo, callback) {
|
||||
|
||||
var videoUrl = streamInfo.url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue