1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add people to similar queries

This commit is contained in:
Luke Pulverenti 2016-06-02 15:32:15 -04:00
parent 84d590fd7c
commit 417821cb5a
2 changed files with 7 additions and 7 deletions

View file

@ -132,7 +132,7 @@
elem.querySelector('.recordingItems').innerHTML = html;
ImageLoader.lazyChildren(elem);
$(elem).createCardMenus();
LibraryBrowser.createCardMenus(elem);
});
}