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

Merge pull request #3525 from whiteowl3/patch-3

Correct Typo
This commit is contained in:
Bill Thornton 2022-03-31 11:43:25 -04:00 committed by GitHub
commit 847a81afd3
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) {
loading.show();
view.querySelector('.loadingContent').classList.remove('hide');
return ApiClient.getJSON(ApiClient.getUrl('LiveTv/Tuners/Discvover', {
return ApiClient.getJSON(ApiClient.getUrl('LiveTv/Tuners/Discover', {
NewDevicesOnly: true
})).then(function (devices) {
currentDevices = devices;