mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5416.0
This commit is contained in:
parent
7884354722
commit
866379a702
15 changed files with 190 additions and 65 deletions
|
@ -3,12 +3,13 @@
|
|||
function load(page, device, capabilities) {
|
||||
|
||||
if (capabilities.SupportsContentUploading) {
|
||||
$('.fldCameraUploadPath', page).show();
|
||||
$('#fldCameraUploadPath', page).show();
|
||||
} else {
|
||||
$('.fldCameraUploadPath', page).hide();
|
||||
$('#fldCameraUploadPath', page).hide();
|
||||
}
|
||||
|
||||
$('#txtCustomName', page).val(device.CustomName || '');
|
||||
$('.reportedName', page).html(device.ReportedName || '');
|
||||
}
|
||||
|
||||
function loadData(page) {
|
||||
|
@ -75,7 +76,6 @@
|
|||
var page = this;
|
||||
|
||||
loadData(page);
|
||||
|
||||
});
|
||||
|
||||
window.DevicePage = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue