mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5850 from grafixeyehero/move-reusable-component
Move reusable Text Lines component to common file
This commit is contained in:
commit
3e8592e29e
9 changed files with 172 additions and 103 deletions
|
@ -92,7 +92,7 @@ const ItemsView: FC<ItemsViewProps> = ({
|
|||
listOptions.showParentTitle = true;
|
||||
listOptions.action = 'playallfromhere';
|
||||
listOptions.smallIcon = true;
|
||||
listOptions.artist = true;
|
||||
listOptions.showArtist = true;
|
||||
listOptions.addToListButton = true;
|
||||
} else if (viewType === LibraryTab.Albums) {
|
||||
listOptions.sortBy = libraryViewSettings.SortBy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue