Skip to content

Commit 180b72a

Browse files
committed
Update code docs
1 parent 342c29a commit 180b72a

14 files changed

Lines changed: 7 additions & 116 deletions

docs/components_ItemGrid_LoadVideoContentTask.bs.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@
417417
end if
418418
end sub
419419

420-
421420
' addAudioStreamsToVideo: Add audio stream data to video
422421
'
423422
' @param {dynamic} video component to add fullAudioData to
@@ -457,7 +456,6 @@
457456
video.fullSubtitleData = safesubs
458457
end sub
459458

460-
461459
'
462460
' Extract array of Transcode Reasons from the content URL
463461
' @returns Array of Strings

docs/components_PersonDetails.bs.html

Lines changed: 0 additions & 5 deletions
Large diffs are not rendered by default.

docs/components_login_UserRow.bs.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
sub init()
55
m.top.itemComponentName = "UserItem"
66
m.top.content = SetData()
7-
m.top.observeField("itemSelected", "SetUser")
7+
m.top.observeField("itemSelected", "setUser")
88
m.top.showRowLabel = [false]
99
updateSize()
1010
m.top.setFocus(true)
@@ -28,7 +28,6 @@
2828
m.top.focusXOffset = [0]
2929
end sub
3030

31-
3231
function setData()
3332
if not isValid(m.top.itemContent)
3433
data = CreateObject("roSGNode", "ContentNode")

docs/components_photos_LoadPhotoTask.bs.html

Lines changed: 0 additions & 3 deletions
Large diffs are not rendered by default.

docs/data/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-Items.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-PersonDetails.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-VideoPlayer.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-deviceCapabilities.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/module-misc.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)