Fix not applying ooba streaming url from server history

This commit is contained in:
Cohee 2023-09-13 18:07:06 +03:00
parent 2e67ebd881
commit 0d30d8244f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function findServers(request, resolve, serverLabel) {
function selectServer(event, ui, serverLabel) {
// unfocus the input
$(event.target).val(ui.item.value).trigger('blur');
$(event.target).val(ui.item.value).trigger('input').trigger('blur');
$('[data-server-connect]').each(function () {
const serverLabels = String($(this).data('server-connect')).split(',');