mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move reusable TextLines component to common file
This commit is contained in:
parent
1a9f51c9b0
commit
b9b963cca8
10 changed files with 177 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