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:
parent
27944af119
commit
930727eb28
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue