mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix typo
This commit is contained in:
parent
93b9be9c5c
commit
54b4b3e11a
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ import 'css!./homesections';
|
|||
});
|
||||
}
|
||||
|
||||
export function loadLibraryTiles(elem, apiCdflient, user, userSettings, shape, userViews, allSections) {
|
||||
export function loadLibraryTiles(elem, apiClient, user, userSettings, shape, userViews, allSections) {
|
||||
let html = '';
|
||||
if (userViews.length) {
|
||||
html += '<h2 class="sectionTitle sectionTitle-cards padded-left">' + globalize.translate('HeaderMyMedia') + '</h2>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue