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

removed serverdiscovery module

This commit is contained in:
vitorsemeano 2019-03-16 17:16:11 +00:00
parent 04480fc8eb
commit 60c0e58c64

View file

@ -1,8 +0,0 @@
define([], function() {
"use strict";
return {
findServers: function(timeoutMs) {
return Promise.resolve([])
}
}
});