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

update voice script

This commit is contained in:
Luke Pulverenti 2015-06-02 13:46:44 -04:00
parent 99f5167804
commit 9bdb4a323f
10 changed files with 125 additions and 29 deletions

View file

@ -452,7 +452,6 @@
html = LibraryBrowser.getListViewHtml({
items: result.Items,
smallIcon: true,
playFromHere: true,
defaultAction: 'playallfromhere'
});
@ -504,8 +503,7 @@
else {
html = LibraryBrowser.getListViewHtml({
items: result.Items,
smallIcon: true
items: result.Items
});
}