Skip to content

Commit da82bb8

Browse files
committed
Update code docs
1 parent 180b72a commit da82bb8

12 files changed

Lines changed: 18 additions & 110 deletions

docs/components_ListPoster.bs.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@
5151
itemData = m.top.itemContent
5252
if not isValid(itemData) then return
5353

54-
print "ListPoster: itemContentChanged()"
55-
print "ListPoster: itemData =", itemData
56-
print "ListPoster: itemData.image =", itemData.image
57-
print "ListPoster: itemData.json =", itemData.json
5854
m.title.text = itemData.title
5955
userSettings = m.global.session.user.settings
6056

docs/components_tvshows_TVEpisodeRow.bs.html

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

docs/components_tvshows_TVShowDetails.bs.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@
1616
m.overview = m.top.findNode("overview")
1717

1818
m.overview.ellipsisText = tr("... (Press * to read more)")
19-
20-
applyTheme()
21-
end sub
22-
23-
sub applyTheme()
24-
colorConstants = m.global.constants.colors
25-
26-
m.extrasSlider.rowLabelColor = colorConstants.text_secondary
27-
m.extrasSlider.focusBitmapBlendColor = colorConstants.primary
28-
2919
end sub
3020

3121
sub itemContentChanged()

docs/components_video_VideoPlayerView.bs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601

602602
'
603603
' When Video Player state changes
604-
sub onState(msg)
604+
sub onState()
605605
m.log.debug("start onState()", m.top.state)
606606
if isValid(m.captionTask)
607607
m.captionTask.playerState = m.top.state + m.top.globalCaptionMode
@@ -716,7 +716,7 @@
716716

717717
'
718718
' Check the the buffering has not hung
719-
sub bufferCheck(msg)
719+
sub bufferCheck()
720720

721721
if m.top.state <> "buffering"
722722
' If video is not buffering, stop timer

docs/data/search.json

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

docs/module-TVEpisodeRow.html

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

docs/module-TVShowDetails.html

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

docs/module-VideoPlayerView.html

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

docs/module-migrations.html

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

docs/source_Main.bs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
' migrate registry if needed
2020
m.wasMigrated = false
21-
runGlobalMigrations()
22-
runRegistryUserMigrations()
21+
' runGlobalMigrations()
22+
' runRegistryUserMigrations()
2323
' update LastRunVersion now that migrations are finished
2424
if m.global.app.version <> m.global.app.lastRunVersion
2525
set_setting("LastRunVersion", m.global.app.version)

0 commit comments

Comments
 (0)