mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
install service with Emby name
This commit is contained in:
parent
b26685b14d
commit
e396019903
11 changed files with 63 additions and 111 deletions
|
@ -135,14 +135,18 @@
|
|||
|
||||
deviceReadyPromise.done(function () {
|
||||
|
||||
findServersInternal(timeoutMs).done(function (result) {
|
||||
try {
|
||||
findServersInternal(timeoutMs).done(function (result) {
|
||||
|
||||
deferred.resolveWith(null, [result]);
|
||||
deferred.resolveWith(null, [result]);
|
||||
|
||||
}).fail(function () {
|
||||
}).fail(function () {
|
||||
|
||||
deferred.reject();
|
||||
});
|
||||
} catch (err) {
|
||||
deferred.reject();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
return deferred.promise();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue