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

apply code suggestions

Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
dkanada 2019-10-08 23:43:02 +09:00 committed by GitHub
parent 27944af119
commit 930727eb28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ _define("howler", function() { return howler; });
// shaka
var shaka = require("shaka-player");
_define("shaka", function() { return shaka });
_define("shaka", function() { return shaka; });
// swiper
var swiper = require("swiper");