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

update recording file names

This commit is contained in:
Luke Pulverenti 2015-09-27 17:02:39 -04:00
parent 7d89bd22b9
commit f7f5c66b77
13 changed files with 66 additions and 33 deletions

View file

@ -737,7 +737,7 @@
var deferred = DeferredBuilder.Deferred();
require(['serverdiscovery'], function () {
ServerDiscovery.findServers(1500).done(function (foundServers) {
ServerDiscovery.findServers(1000).done(function (foundServers) {
var servers = foundServers.map(function (foundServer) {