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

fixes #912 - Add special views for Dlna

This commit is contained in:
Luke Pulverenti 2014-09-01 16:10:54 -04:00
parent 2d48323943
commit 0110056c56
4 changed files with 22 additions and 10 deletions

View file

@ -54,7 +54,9 @@
showUnplayedIndicator: false,
shape: "homePageSquare",
showTitle: true,
showParentTitle: true
showParentTitle: true,
defaultAction: 'play'
})).createCardMenus();
});
@ -84,7 +86,9 @@
showUnplayedIndicator: false,
shape: "homePageSquare",
showTitle: true,
showParentTitle: true
showParentTitle: true,
defaultAction: 'play'
})).createCardMenus();
});