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

update omdb

This commit is contained in:
Luke Pulverenti 2015-07-06 10:20:23 -04:00
parent 9e6d8b6c98
commit 5cb377b6a9
12 changed files with 1028 additions and 28 deletions

View file

@ -201,7 +201,7 @@
mediaElement.pause();
if (isViblastStarted) {
requirejs(['https://viblast.com/player/free-version/sdqsdx86/viblast.js'], function () {
requirejs(['thirdparty/viblast.js'], function () {
viblast(mediaElement).stop();
isViblastStarted = false;