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:
parent
7ec51f111c
commit
8d27f45db0
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