perf: Film-Info Batch-Request statt einzeln - viel schneller
This commit is contained in:
parent
6635225d5a
commit
084c88fe39
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ function renderFilms() {
|
||||||
renderGrid(urgent, 'urgent-grid', 'urgent-section');
|
renderGrid(urgent, 'urgent-grid', 'urgent-section');
|
||||||
renderGrid(kino, 'kino-grid', 'kino-section');
|
renderGrid(kino, 'kino-grid', 'kino-section');
|
||||||
renderGrid(tv, 'tv-grid', 'tv-section');
|
renderGrid(tv, 'tv-grid', 'tv-section');
|
||||||
queueInfoLoad(allFilms);
|
loadFilmInfo(allFilms);
|
||||||
}
|
}
|
||||||
|
|
||||||
function filmCard(f) {
|
function filmCard(f) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue