mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Correct Typo
This commit is contained in:
parent
b4fce063b0
commit
d13ea90c23
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue