Merge pull request #3525 from whiteowl3/patch-3
Correct Typo (cherry picked from commit 847a81afd3cf2809cc40da29eb90fe0928ec8495) Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user