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

Correct Typo

This commit is contained in:
whiteowl3 2022-03-29 06:43:12 -04:00 committed by GitHub
parent b4fce063b0
commit d13ea90c23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ function renderDevices(view, devices) {
function discoverDevices(view) { function discoverDevices(view) {
loading.show(); loading.show();
view.querySelector('.loadingContent').classList.remove('hide'); view.querySelector('.loadingContent').classList.remove('hide');
return ApiClient.getJSON(ApiClient.getUrl('LiveTv/Tuners/Discvover', { return ApiClient.getJSON(ApiClient.getUrl('LiveTv/Tuners/Discover', {
NewDevicesOnly: true NewDevicesOnly: true
})).then(function (devices) { })).then(function (devices) {
currentDevices = devices; currentDevices = devices;