mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
recording fixes
This commit is contained in:
parent
357932766d
commit
b6c9eaadcb
20 changed files with 95 additions and 103 deletions
|
@ -50,7 +50,6 @@
|
|||
|
||||
html = LibraryBrowser.getListViewHtml({
|
||||
items: result.Items,
|
||||
context: 'tv',
|
||||
sortBy: query.SortBy
|
||||
});
|
||||
trigger = true;
|
||||
|
@ -63,7 +62,6 @@
|
|||
showParentTitle: true,
|
||||
overlayText: true,
|
||||
lazy: true,
|
||||
context: 'tv',
|
||||
showDetailsMenu: true
|
||||
});
|
||||
}
|
||||
|
@ -74,7 +72,6 @@
|
|||
showTitle: true,
|
||||
showParentTitle: true,
|
||||
lazy: true,
|
||||
context: 'tv',
|
||||
cardLayout: true,
|
||||
showDetailsMenu: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue