Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfin-bot committed Oct 28, 2023
1 parent 5233db3 commit 213f325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api/components_ItemGrid_MusicLibraryView.brs.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ <h1 class="page-title">Source: components/ItemGrid/MusicLibraryView.brs</h1>
if not isValid(m.sortField) then m.sortField = "SortName"
if not isValid(m.filter) then m.filter = "All"
if not isValid(m.view) then m.view = "ArtistsPresentation"
if not isValid(m.sortAscending) then m.sortAscending = true

m.top.showItemTitles = m.global.session.user.settings["itemgrid.gridTitles"]

Expand Down
2 changes: 1 addition & 1 deletion docs/api/quicksearch.html

Large diffs are not rendered by default.

0 comments on commit 213f325

Please sign in to comment.