mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -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 = '';
|
||||
if (userViews.length) {
|
||||
html += '<h2 class="sectionTitle sectionTitle-cards padded-left">' + globalize.translate('HeaderMyMedia') + '</h2>';
|
||||
|
Loading…
Reference in New Issue
Block a user