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 Mar 12, 2024
1 parent 98d6c55 commit d768ea1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api/components_music_AlbumView.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
m.songList.observeField("doneLoading", "onDoneLoading")

m.dscr = m.top.findNode("overview")
m.dscr.ellipsisText = tr("... (Press * to read more)")
createDialogPallete()
end sub

Expand Down
1 change: 1 addition & 0 deletions docs/api/components_music_ArtistView.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
m.backDrop = m.top.findNode("backdrop")
m.artistImage = m.top.findNode("artistImage")
m.dscr = m.top.findNode("overview")
m.dscr.ellipsisText = tr("... (Press * to read more)")
m.dscr.observeField("isTextEllipsized", "onEllipsisChanged")
createDialogPallete()
end sub
Expand Down
1 change: 1 addition & 0 deletions docs/api/components_music_PlaylistView.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
m.songList.observeField("doneLoading", "onDoneLoading")

m.dscr = m.top.findNode("overview")
m.dscr.ellipsisText = tr("... (Press * to read more)")
createDialogPallete()
end sub

Expand Down
2 changes: 1 addition & 1 deletion docs/api/components_tvshows_TVShowDetails.bs.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
m.seasons = m.top.findNode("seasons")
m.overview = m.top.findNode("overview")

m.overview.ellipsisText = tr(" ... (Press * to read more)")
m.overview.ellipsisText = tr("... (Press * to read more)")
end sub

sub itemContentChanged()
Expand Down

0 comments on commit d768ea1

Please sign in to comment.