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

updated nuget

This commit is contained in:
Luke Pulverenti 2015-09-22 13:09:29 -04:00
parent a8ef5994d8
commit 2ce5fc0c40
8 changed files with 51 additions and 20 deletions

View file

@ -27,9 +27,6 @@
var server = servers[index];
// get fresh info from connection manager
server = connectionManager.getServerInfo(server.Id) || server;
Logger.log("Creating ServerSync to server: " + server.Id);
require(['serversync'], function () {