mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix typo
This commit is contained in:
parent
93b9be9c5c
commit
54b4b3e11a
@ -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 = '';
|
let html = '';
|
||||||
if (userViews.length) {
|
if (userViews.length) {
|
||||||
html += '<h2 class="sectionTitle sectionTitle-cards padded-left">' + globalize.translate('HeaderMyMedia') + '</h2>';
|
html += '<h2 class="sectionTitle sectionTitle-cards padded-left">' + globalize.translate('HeaderMyMedia') + '</h2>';
|
||||||
|
Loading…
Reference in New Issue
Block a user