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:
parent
2d48323943
commit
0110056c56
4 changed files with 22 additions and 10 deletions
|
@ -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();
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue