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

add back api keys

This commit is contained in:
Luke Pulverenti 2016-01-19 22:02:14 -05:00
parent c53b56c722
commit b67ba6badb
8 changed files with 212 additions and 8 deletions

View file

@ -1,4 +1,4 @@
(function ($, document, LibraryBrowser) {
(function ($, document) {
function renderItems(page, item) {
@ -337,4 +337,4 @@
renderItems: renderItems
};
})(jQuery, document, LibraryBrowser);
})(jQuery, document);