mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recordings
This commit is contained in:
parent
5581539648
commit
e97b2577b7
8 changed files with 99 additions and 256 deletions
|
@ -2359,7 +2359,7 @@
|
|||
showLayoutMenu: function (button, currentLayout) {
|
||||
|
||||
// Add banner and list once all screens support them
|
||||
var views = ['Poster', 'PosterCard', 'Thumb', 'ThumbCard'];
|
||||
var views = ['List', 'Poster', 'PosterCard', 'Thumb', 'ThumbCard'];
|
||||
|
||||
var menuItems = views.map(function (v) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue