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

update restart command

This commit is contained in:
Luke Pulverenti 2015-06-05 10:27:01 -04:00
parent f67f57726d
commit 386e63ee64
7 changed files with 130 additions and 93 deletions

View file

@ -64,7 +64,8 @@
html += LibraryBrowser.getListViewHtml({
items: result.Items,
showIndex: true,
defaultAction: 'play'
defaultAction: 'play',
smallIcon: true
});
var elem = $('#items', page).html(html).trigger('create').lazyChildren();