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

(cherry picked from commit 847a81afd3)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
Bill Thornton 2022-03-31 11:43:25 -04:00 committed by crobibero
parent 7ec51f111c
commit 8d27f45db0

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;