diff --git a/docs/api/components_ButtonGroupHoriz.brs.html b/docs/api/components_ButtonGroupHoriz.brs.html
index a40e295d1..30cf1bf2b 100644
--- a/docs/api/components_ButtonGroupHoriz.brs.html
+++ b/docs/api/components_ButtonGroupHoriz.brs.html
@@ -138,7 +138,7 @@
Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_Buttons_JFButtons.brs.html b/docs/api/components_Buttons_JFButtons.brs.html
index 267700d8a..5cf345648 100644
--- a/docs/api/components_Buttons_JFButtons.brs.html
+++ b/docs/api/components_Buttons_JFButtons.brs.html
@@ -235,7 +235,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_Buttons_TextSizeTask.brs.html b/docs/api/components_Buttons_TextSizeTask.brs.html
index d0fe3a48f..c312aeeb9 100644
--- a/docs/api/components_Buttons_TextSizeTask.brs.html
+++ b/docs/api/components_Buttons_TextSizeTask.brs.html
@@ -134,7 +134,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_GetNextEpisodeTask.brs.html b/docs/api/components_GetNextEpisodeTask.brs.html
index b988f7cc3..a3c3768ca 100644
--- a/docs/api/components_GetNextEpisodeTask.brs.html
+++ b/docs/api/components_GetNextEpisodeTask.brs.html
@@ -129,7 +129,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_GetPlaybackInfoTask.brs.html b/docs/api/components_GetPlaybackInfoTask.brs.html
index 4d53dad14..79bad3f78 100644
--- a/docs/api/components_GetPlaybackInfoTask.brs.html
+++ b/docs/api/components_GetPlaybackInfoTask.brs.html
@@ -283,7 +283,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_GetShuffleEpisodesTask.brs.html b/docs/api/components_GetShuffleEpisodesTask.brs.html
index f7aacea70..487d96734 100644
--- a/docs/api/components_GetShuffleEpisodesTask.brs.html
+++ b/docs/api/components_GetShuffleEpisodesTask.brs.html
@@ -129,7 +129,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_IconButton.brs.html b/docs/api/components_IconButton.brs.html
index c1ac3c536..42707591c 100644
--- a/docs/api/components_IconButton.brs.html
+++ b/docs/api/components_IconButton.brs.html
@@ -194,7 +194,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_Alpha.brs.html b/docs/api/components_ItemGrid_Alpha.brs.html
index 296485da4..92e9328a0 100644
--- a/docs/api/components_ItemGrid_Alpha.brs.html
+++ b/docs/api/components_ItemGrid_Alpha.brs.html
@@ -156,7 +156,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_FavoriteItemsTask.brs.html b/docs/api/components_ItemGrid_FavoriteItemsTask.brs.html
index 05f95f849..7817a1179 100644
--- a/docs/api/components_ItemGrid_FavoriteItemsTask.brs.html
+++ b/docs/api/components_ItemGrid_FavoriteItemsTask.brs.html
@@ -132,7 +132,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_GridItem.brs.html b/docs/api/components_ItemGrid_GridItem.brs.html
index c0fdc294c..131510a80 100644
--- a/docs/api/components_ItemGrid_GridItem.brs.html
+++ b/docs/api/components_ItemGrid_GridItem.brs.html
@@ -284,7 +284,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_GridItemSmall.brs.html b/docs/api/components_ItemGrid_GridItemSmall.brs.html
index 03254f420..ccf43456a 100644
--- a/docs/api/components_ItemGrid_GridItemSmall.brs.html
+++ b/docs/api/components_ItemGrid_GridItemSmall.brs.html
@@ -184,7 +184,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_ItemGrid.brs.html b/docs/api/components_ItemGrid_ItemGrid.brs.html
index cb7ab38c2..b2edff8be 100644
--- a/docs/api/components_ItemGrid_ItemGrid.brs.html
+++ b/docs/api/components_ItemGrid_ItemGrid.brs.html
@@ -206,7 +206,15 @@ Source: components/ItemGrid/ItemGrid.brs
m.view = m.global.session.user.settings["display." + m.top.parentItem.Id + ".landing"]
end if
- if m.sortField = invalid then m.sortField = "SortName"
+ if m.sortField = invalid
+ ' Set the default order for boxsets to the Release Date - API calls it PremiereDate
+ if LCase(m.top.parentItem.json.Type) = "boxset"
+ m.sortField = "PremiereDate"
+ else
+ m.sortField = "SortName"
+ end if
+ end if
+
if m.filter = invalid then m.filter = "All"
if sortAscendingStr = invalid or sortAscendingStr = true
@@ -988,7 +996,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_ItemGridOptions.brs.html b/docs/api/components_ItemGrid_ItemGridOptions.brs.html
index b65b80423..9991129c8 100644
--- a/docs/api/components_ItemGrid_ItemGridOptions.brs.html
+++ b/docs/api/components_ItemGrid_ItemGridOptions.brs.html
@@ -501,7 +501,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_LoadItemsTask2.brs.html b/docs/api/components_ItemGrid_LoadItemsTask2.brs.html
index c73d4db5c..338e20f71 100644
--- a/docs/api/components_ItemGrid_LoadItemsTask2.brs.html
+++ b/docs/api/components_ItemGrid_LoadItemsTask2.brs.html
@@ -378,7 +378,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_LoadVideoContentTask.brs.html b/docs/api/components_ItemGrid_LoadVideoContentTask.brs.html
index 455d0fcd7..d3e03ec75 100644
--- a/docs/api/components_ItemGrid_LoadVideoContentTask.brs.html
+++ b/docs/api/components_ItemGrid_LoadVideoContentTask.brs.html
@@ -1024,7 +1024,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_MovieLibraryView.brs.html b/docs/api/components_ItemGrid_MovieLibraryView.brs.html
index 3310980d3..132b7697d 100644
--- a/docs/api/components_ItemGrid_MovieLibraryView.brs.html
+++ b/docs/api/components_ItemGrid_MovieLibraryView.brs.html
@@ -1050,7 +1050,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_MusicArtistGridItem.brs.html b/docs/api/components_ItemGrid_MusicArtistGridItem.brs.html
index 3fcc79f38..b4a5b2490 100644
--- a/docs/api/components_ItemGrid_MusicArtistGridItem.brs.html
+++ b/docs/api/components_ItemGrid_MusicArtistGridItem.brs.html
@@ -196,7 +196,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ItemGrid_MusicLibraryView.brs.html b/docs/api/components_ItemGrid_MusicLibraryView.brs.html
index 430757f62..53901fa46 100644
--- a/docs/api/components_ItemGrid_MusicLibraryView.brs.html
+++ b/docs/api/components_ItemGrid_MusicLibraryView.brs.html
@@ -908,7 +908,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_JFButton.brs.html b/docs/api/components_JFButton.brs.html
index 192237e20..e97dcce80 100644
--- a/docs/api/components_JFButton.brs.html
+++ b/docs/api/components_JFButton.brs.html
@@ -137,7 +137,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_JFGroup.brs.html b/docs/api/components_JFGroup.brs.html
index c206abb57..3a792832d 100644
--- a/docs/api/components_JFGroup.brs.html
+++ b/docs/api/components_JFGroup.brs.html
@@ -121,7 +121,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_JFMessageDialog.brs.html b/docs/api/components_JFMessageDialog.brs.html
index b46365a39..329bf6a67 100644
--- a/docs/api/components_JFMessageDialog.brs.html
+++ b/docs/api/components_JFMessageDialog.brs.html
@@ -186,7 +186,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_JFOverhang.brs.html b/docs/api/components_JFOverhang.brs.html
index d1452220e..62f26f52d 100644
--- a/docs/api/components_JFOverhang.brs.html
+++ b/docs/api/components_JFOverhang.brs.html
@@ -260,7 +260,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_JFScene.brs.html b/docs/api/components_JFScene.brs.html
index f41260281..b3e184ce0 100644
--- a/docs/api/components_JFScene.brs.html
+++ b/docs/api/components_JFScene.brs.html
@@ -139,7 +139,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_JFScreen.brs.html b/docs/api/components_JFScreen.brs.html
index 8e6e5056a..4035e053a 100644
--- a/docs/api/components_JFScreen.brs.html
+++ b/docs/api/components_JFScreen.brs.html
@@ -137,7 +137,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_JFVideo.brs.html b/docs/api/components_JFVideo.brs.html
index e8c10dcbd..58d535498 100644
--- a/docs/api/components_JFVideo.brs.html
+++ b/docs/api/components_JFVideo.brs.html
@@ -410,7 +410,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_ListPoster.brs.html b/docs/api/components_ListPoster.brs.html
index bc1f67165..4fc310986 100644
--- a/docs/api/components_ListPoster.brs.html
+++ b/docs/api/components_ListPoster.brs.html
@@ -229,7 +229,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_OverviewDialog.bs.html b/docs/api/components_OverviewDialog.bs.html
index 361904f05..ca41cf333 100644
--- a/docs/api/components_OverviewDialog.bs.html
+++ b/docs/api/components_OverviewDialog.bs.html
@@ -130,7 +130,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_PersonDetails.brs.html b/docs/api/components_PersonDetails.brs.html
index b94bf8d8a..bc98b7724 100644
--- a/docs/api/components_PersonDetails.brs.html
+++ b/docs/api/components_PersonDetails.brs.html
@@ -287,7 +287,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_PlaybackDialog.brs.html b/docs/api/components_PlaybackDialog.brs.html
index 2dc5814ae..03aaa0e82 100644
--- a/docs/api/components_PlaybackDialog.brs.html
+++ b/docs/api/components_PlaybackDialog.brs.html
@@ -122,7 +122,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_PlayedCheckmark.brs.html b/docs/api/components_PlayedCheckmark.brs.html
index 2cc7aa39c..24162050f 100644
--- a/docs/api/components_PlayedCheckmark.brs.html
+++ b/docs/api/components_PlayedCheckmark.brs.html
@@ -117,7 +117,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_PlaystateTask.brs.html b/docs/api/components_PlaystateTask.brs.html
index 7f3f332d2..839aade94 100644
--- a/docs/api/components_PlaystateTask.brs.html
+++ b/docs/api/components_PlaystateTask.brs.html
@@ -167,7 +167,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_RadioDialog.brs.html b/docs/api/components_RadioDialog.brs.html
index 46543100f..96934d7e4 100644
--- a/docs/api/components_RadioDialog.brs.html
+++ b/docs/api/components_RadioDialog.brs.html
@@ -251,7 +251,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_SearchBox.brs.html b/docs/api/components_SearchBox.brs.html
index 62d77d152..78e27bd0b 100644
--- a/docs/api/components_SearchBox.brs.html
+++ b/docs/api/components_SearchBox.brs.html
@@ -146,7 +146,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_Spinner.brs.html b/docs/api/components_Spinner.brs.html
index d765e07f1..2eea0a1a7 100644
--- a/docs/api/components_Spinner.brs.html
+++ b/docs/api/components_Spinner.brs.html
@@ -119,7 +119,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_StandardDialog.brs.html b/docs/api/components_StandardDialog.brs.html
index 6fc82a29e..50cef978c 100644
--- a/docs/api/components_StandardDialog.brs.html
+++ b/docs/api/components_StandardDialog.brs.html
@@ -149,7 +149,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_WhatsNewDialog.brs.html b/docs/api/components_WhatsNewDialog.brs.html
index 3227fe613..401de9b42 100644
--- a/docs/api/components_WhatsNewDialog.brs.html
+++ b/docs/api/components_WhatsNewDialog.brs.html
@@ -159,7 +159,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_captionTask.brs.html b/docs/api/components_captionTask.brs.html
index 470ceb568..15cce2f0f 100644
--- a/docs/api/components_captionTask.brs.html
+++ b/docs/api/components_captionTask.brs.html
@@ -263,7 +263,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_config_ConfigData.brs.html b/docs/api/components_config_ConfigData.brs.html
index 7ce2d4f04..ad7d50550 100644
--- a/docs/api/components_config_ConfigData.brs.html
+++ b/docs/api/components_config_ConfigData.brs.html
@@ -115,7 +115,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_config_ConfigItem.brs.html b/docs/api/components_config_ConfigItem.brs.html
index f8fcb1441..6fd5a9a16 100644
--- a/docs/api/components_config_ConfigItem.brs.html
+++ b/docs/api/components_config_ConfigItem.brs.html
@@ -150,7 +150,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_config_ConfigList.brs.html b/docs/api/components_config_ConfigList.brs.html
index a7d344899..ae96034e6 100644
--- a/docs/api/components_config_ConfigList.brs.html
+++ b/docs/api/components_config_ConfigList.brs.html
@@ -189,7 +189,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_config_JFServer.brs.html b/docs/api/components_config_JFServer.brs.html
index ada2f2e43..0ec477b9f 100644
--- a/docs/api/components_config_JFServer.brs.html
+++ b/docs/api/components_config_JFServer.brs.html
@@ -147,7 +147,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_config_LoginScene.brs.html b/docs/api/components_config_LoginScene.brs.html
index eca3d4a0d..dc2ff70e7 100644
--- a/docs/api/components_config_LoginScene.brs.html
+++ b/docs/api/components_config_LoginScene.brs.html
@@ -159,7 +159,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_config_ServerDiscoveryTask.brs.html b/docs/api/components_config_ServerDiscoveryTask.brs.html
index f56b8e20a..46456cb70 100644
--- a/docs/api/components_config_ServerDiscoveryTask.brs.html
+++ b/docs/api/components_config_ServerDiscoveryTask.brs.html
@@ -284,7 +284,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_config_SetServerScreen.brs.html b/docs/api/components_config_SetServerScreen.brs.html
index 37d97be8a..4356fc834 100644
--- a/docs/api/components_config_SetServerScreen.brs.html
+++ b/docs/api/components_config_SetServerScreen.brs.html
@@ -272,7 +272,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_AlbumData.brs.html b/docs/api/components_data_AlbumData.brs.html
index 0d4729659..58b5fedf8 100644
--- a/docs/api/components_data_AlbumData.brs.html
+++ b/docs/api/components_data_AlbumData.brs.html
@@ -120,7 +120,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_ChannelData.brs.html b/docs/api/components_data_ChannelData.brs.html
index 249d26ab8..7fda4c41c 100644
--- a/docs/api/components_data_ChannelData.brs.html
+++ b/docs/api/components_data_ChannelData.brs.html
@@ -137,7 +137,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_CollectionData.brs.html b/docs/api/components_data_CollectionData.brs.html
index 8c59708e5..eddc98e65 100644
--- a/docs/api/components_data_CollectionData.brs.html
+++ b/docs/api/components_data_CollectionData.brs.html
@@ -153,7 +153,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_FolderData.brs.html b/docs/api/components_data_FolderData.brs.html
index 842ddbbeb..e1417d72a 100644
--- a/docs/api/components_data_FolderData.brs.html
+++ b/docs/api/components_data_FolderData.brs.html
@@ -146,7 +146,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_GetFiltersTask.brs.html b/docs/api/components_data_GetFiltersTask.brs.html
index 8eb5e5792..0ae4672bc 100644
--- a/docs/api/components_data_GetFiltersTask.brs.html
+++ b/docs/api/components_data_GetFiltersTask.brs.html
@@ -124,7 +124,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_HomeData.brs.html b/docs/api/components_data_HomeData.brs.html
index b43f289a5..b916ed9ce 100644
--- a/docs/api/components_data_HomeData.brs.html
+++ b/docs/api/components_data_HomeData.brs.html
@@ -250,7 +250,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_ImageData.brs.html b/docs/api/components_data_ImageData.brs.html
index 00482a830..ed49de6e1 100644
--- a/docs/api/components_data_ImageData.brs.html
+++ b/docs/api/components_data_ImageData.brs.html
@@ -120,7 +120,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_MovieData.brs.html b/docs/api/components_data_MovieData.brs.html
index 590033686..736fd5fd6 100644
--- a/docs/api/components_data_MovieData.brs.html
+++ b/docs/api/components_data_MovieData.brs.html
@@ -193,7 +193,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_MusicAlbumData.brs.html b/docs/api/components_data_MusicAlbumData.brs.html
index 0cef69e25..161987a23 100644
--- a/docs/api/components_data_MusicAlbumData.brs.html
+++ b/docs/api/components_data_MusicAlbumData.brs.html
@@ -128,7 +128,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_MusicAlbumSongListData.brs.html b/docs/api/components_data_MusicAlbumSongListData.brs.html
index 07386c526..691fb1421 100644
--- a/docs/api/components_data_MusicAlbumSongListData.brs.html
+++ b/docs/api/components_data_MusicAlbumSongListData.brs.html
@@ -149,7 +149,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_MusicArtistData.brs.html b/docs/api/components_data_MusicArtistData.brs.html
index 3c0aa8e15..a2ae8e728 100644
--- a/docs/api/components_data_MusicArtistData.brs.html
+++ b/docs/api/components_data_MusicArtistData.brs.html
@@ -152,7 +152,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_MusicSongData.brs.html b/docs/api/components_data_MusicSongData.brs.html
index c99a65f0b..dbec7d80b 100644
--- a/docs/api/components_data_MusicSongData.brs.html
+++ b/docs/api/components_data_MusicSongData.brs.html
@@ -130,7 +130,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_OptionsButton.brs.html b/docs/api/components_data_OptionsButton.brs.html
index e6d8d649d..1e41e7f83 100644
--- a/docs/api/components_data_OptionsButton.brs.html
+++ b/docs/api/components_data_OptionsButton.brs.html
@@ -120,7 +120,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_OptionsData.brs.html b/docs/api/components_data_OptionsData.brs.html
index f1f67e5ba..dc2f0e06d 100644
--- a/docs/api/components_data_OptionsData.brs.html
+++ b/docs/api/components_data_OptionsData.brs.html
@@ -153,7 +153,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_PersonData.brs.html b/docs/api/components_data_PersonData.brs.html
index 79e676937..6f4e647b9 100644
--- a/docs/api/components_data_PersonData.brs.html
+++ b/docs/api/components_data_PersonData.brs.html
@@ -149,7 +149,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_PhotoData.brs.html b/docs/api/components_data_PhotoData.brs.html
index 395abcb6f..f6ab90c61 100644
--- a/docs/api/components_data_PhotoData.brs.html
+++ b/docs/api/components_data_PhotoData.brs.html
@@ -151,7 +151,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_PlaylistData.brs.html b/docs/api/components_data_PlaylistData.brs.html
index 8a016aff1..b064d135a 100644
--- a/docs/api/components_data_PlaylistData.brs.html
+++ b/docs/api/components_data_PlaylistData.brs.html
@@ -128,7 +128,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_PublicUserData.brs.html b/docs/api/components_data_PublicUserData.brs.html
index 71966a963..6b5180bb0 100644
--- a/docs/api/components_data_PublicUserData.brs.html
+++ b/docs/api/components_data_PublicUserData.brs.html
@@ -115,7 +115,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_SceneManager.brs.html b/docs/api/components_data_SceneManager.brs.html
index 67d268c9f..73629a606 100644
--- a/docs/api/components_data_SceneManager.brs.html
+++ b/docs/api/components_data_SceneManager.brs.html
@@ -470,7 +470,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_ScheduleProgramData.brs.html b/docs/api/components_data_ScheduleProgramData.brs.html
index 62979086e..e2fbd8a42 100644
--- a/docs/api/components_data_ScheduleProgramData.brs.html
+++ b/docs/api/components_data_ScheduleProgramData.brs.html
@@ -160,7 +160,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_SearchData.brs.html b/docs/api/components_data_SearchData.brs.html
index c7dae4797..b03338b2f 100644
--- a/docs/api/components_data_SearchData.brs.html
+++ b/docs/api/components_data_SearchData.brs.html
@@ -128,7 +128,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_SeriesData.brs.html b/docs/api/components_data_SeriesData.brs.html
index 5abc59379..fbe310f24 100644
--- a/docs/api/components_data_SeriesData.brs.html
+++ b/docs/api/components_data_SeriesData.brs.html
@@ -166,7 +166,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_TVEpisode.brs.html b/docs/api/components_data_TVEpisode.brs.html
index ac7b3c07b..0c714a4b3 100644
--- a/docs/api/components_data_TVEpisode.brs.html
+++ b/docs/api/components_data_TVEpisode.brs.html
@@ -138,7 +138,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_TVEpisodeData.brs.html b/docs/api/components_data_TVEpisodeData.brs.html
index 3de975406..90677e8da 100644
--- a/docs/api/components_data_TVEpisodeData.brs.html
+++ b/docs/api/components_data_TVEpisodeData.brs.html
@@ -131,7 +131,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_TVSeasonData.brs.html b/docs/api/components_data_TVSeasonData.brs.html
index 87538925d..ddd07454e 100644
--- a/docs/api/components_data_TVSeasonData.brs.html
+++ b/docs/api/components_data_TVSeasonData.brs.html
@@ -131,7 +131,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_UserData.brs.html b/docs/api/components_data_UserData.brs.html
index e0c4823c8..06fc976d8 100644
--- a/docs/api/components_data_UserData.brs.html
+++ b/docs/api/components_data_UserData.brs.html
@@ -177,7 +177,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_data_VideoData.brs.html b/docs/api/components_data_VideoData.brs.html
index 6e2a8ef7b..55c0fcc75 100644
--- a/docs/api/components_data_VideoData.brs.html
+++ b/docs/api/components_data_VideoData.brs.html
@@ -138,7 +138,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_extras_ExtrasItem.brs.html b/docs/api/components_extras_ExtrasItem.brs.html
index f225eb622..2864e4799 100644
--- a/docs/api/components_extras_ExtrasItem.brs.html
+++ b/docs/api/components_extras_ExtrasItem.brs.html
@@ -150,7 +150,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_extras_ExtrasRowList.brs.html b/docs/api/components_extras_ExtrasRowList.brs.html
index 2aeea0f42..69c6e2371 100644
--- a/docs/api/components_extras_ExtrasRowList.brs.html
+++ b/docs/api/components_extras_ExtrasRowList.brs.html
@@ -322,7 +322,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_home_Home.brs.html b/docs/api/components_home_Home.brs.html
index 624081e8e..0f9b4213e 100644
--- a/docs/api/components_home_Home.brs.html
+++ b/docs/api/components_home_Home.brs.html
@@ -133,7 +133,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_home_HomeItem.brs.html b/docs/api/components_home_HomeItem.brs.html
index 901b51832..aefffaeea 100644
--- a/docs/api/components_home_HomeItem.brs.html
+++ b/docs/api/components_home_HomeItem.brs.html
@@ -409,7 +409,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_home_HomeRows.brs.html b/docs/api/components_home_HomeRows.brs.html
index b6fb8067a..26c06e6ba 100644
--- a/docs/api/components_home_HomeRows.brs.html
+++ b/docs/api/components_home_HomeRows.brs.html
@@ -671,7 +671,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_home_LoadItemsTask.brs.html b/docs/api/components_home_LoadItemsTask.brs.html
index 82f60479d..b3e335e38 100644
--- a/docs/api/components_home_LoadItemsTask.brs.html
+++ b/docs/api/components_home_LoadItemsTask.brs.html
@@ -380,7 +380,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_liveTv_LoadChannelsTask.brs.html b/docs/api/components_liveTv_LoadChannelsTask.brs.html
index f219b57e0..3e63fedec 100644
--- a/docs/api/components_liveTv_LoadChannelsTask.brs.html
+++ b/docs/api/components_liveTv_LoadChannelsTask.brs.html
@@ -185,7 +185,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_liveTv_LoadProgramDetailsTask.brs.html b/docs/api/components_liveTv_LoadProgramDetailsTask.brs.html
index 1d3dbc6f5..5fa28242e 100644
--- a/docs/api/components_liveTv_LoadProgramDetailsTask.brs.html
+++ b/docs/api/components_liveTv_LoadProgramDetailsTask.brs.html
@@ -157,7 +157,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_liveTv_LoadSheduleTask.brs.html b/docs/api/components_liveTv_LoadSheduleTask.brs.html
index 450868175..1713ade4c 100644
--- a/docs/api/components_liveTv_LoadSheduleTask.brs.html
+++ b/docs/api/components_liveTv_LoadSheduleTask.brs.html
@@ -163,7 +163,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_liveTv_ProgramDetails.brs.html b/docs/api/components_liveTv_ProgramDetails.brs.html
index 57a1ff375..83e10f020 100644
--- a/docs/api/components_liveTv_ProgramDetails.brs.html
+++ b/docs/api/components_liveTv_ProgramDetails.brs.html
@@ -487,7 +487,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_liveTv_RecordProgramTask.brs.html b/docs/api/components_liveTv_RecordProgramTask.brs.html
index 202cfa5a3..e9cb50b64 100644
--- a/docs/api/components_liveTv_RecordProgramTask.brs.html
+++ b/docs/api/components_liveTv_RecordProgramTask.brs.html
@@ -173,7 +173,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_liveTv_schedule.brs.html b/docs/api/components_liveTv_schedule.brs.html
index b39ad0f9a..c6e453d94 100644
--- a/docs/api/components_liveTv_schedule.brs.html
+++ b/docs/api/components_liveTv_schedule.brs.html
@@ -418,7 +418,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_login_UserItem.brs.html b/docs/api/components_login_UserItem.brs.html
index 76b422bcb..17546129f 100644
--- a/docs/api/components_login_UserItem.brs.html
+++ b/docs/api/components_login_UserItem.brs.html
@@ -130,7 +130,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_login_UserRow.brs.html b/docs/api/components_login_UserRow.brs.html
index 20f6f2bb2..89499523d 100644
--- a/docs/api/components_login_UserRow.brs.html
+++ b/docs/api/components_login_UserRow.brs.html
@@ -166,7 +166,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_login_UserSelect.brs.html b/docs/api/components_login_UserSelect.brs.html
index a37de06b1..b9c5dcb28 100644
--- a/docs/api/components_login_UserSelect.brs.html
+++ b/docs/api/components_login_UserSelect.brs.html
@@ -154,7 +154,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_manager_QueueManager.brs.html b/docs/api/components_manager_QueueManager.brs.html
index a1987474f..5f5704ab3 100644
--- a/docs/api/components_manager_QueueManager.brs.html
+++ b/docs/api/components_manager_QueueManager.brs.html
@@ -356,7 +356,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_manager_ViewCreator.brs.html b/docs/api/components_manager_ViewCreator.brs.html
index 2167b4abd..0965efc1a 100644
--- a/docs/api/components_manager_ViewCreator.brs.html
+++ b/docs/api/components_manager_ViewCreator.brs.html
@@ -301,7 +301,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_mediaPlayers_AudioPlayer.brs.html b/docs/api/components_mediaPlayers_AudioPlayer.brs.html
index 3a995c7bd..b6358bd74 100644
--- a/docs/api/components_mediaPlayers_AudioPlayer.brs.html
+++ b/docs/api/components_mediaPlayers_AudioPlayer.brs.html
@@ -156,7 +156,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_movies_AudioTrackListItem.brs.html b/docs/api/components_movies_AudioTrackListItem.brs.html
index 8d58de5be..e9f32cd72 100644
--- a/docs/api/components_movies_AudioTrackListItem.brs.html
+++ b/docs/api/components_movies_AudioTrackListItem.brs.html
@@ -146,7 +146,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_movies_MovieDetails.brs.html b/docs/api/components_movies_MovieDetails.brs.html
index d3847af14..4e49bf81b 100644
--- a/docs/api/components_movies_MovieDetails.brs.html
+++ b/docs/api/components_movies_MovieDetails.brs.html
@@ -503,7 +503,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_movies_MovieOptions.brs.html b/docs/api/components_movies_MovieOptions.brs.html
index dc12d5959..e61dea77e 100644
--- a/docs/api/components_movies_MovieOptions.brs.html
+++ b/docs/api/components_movies_MovieOptions.brs.html
@@ -268,7 +268,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_movies_VideoTrackListItem.brs.html b/docs/api/components_movies_VideoTrackListItem.brs.html
index 52f854898..4aa288f43 100644
--- a/docs/api/components_movies_VideoTrackListItem.brs.html
+++ b/docs/api/components_movies_VideoTrackListItem.brs.html
@@ -146,7 +146,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_music_AlbumGrid.brs.html b/docs/api/components_music_AlbumGrid.brs.html
index 912f58897..fcd60f18a 100644
--- a/docs/api/components_music_AlbumGrid.brs.html
+++ b/docs/api/components_music_AlbumGrid.brs.html
@@ -182,7 +182,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_music_AlbumTrackList.brs.html b/docs/api/components_music_AlbumTrackList.brs.html
index 217e61d28..1a6bcc9ca 100644
--- a/docs/api/components_music_AlbumTrackList.brs.html
+++ b/docs/api/components_music_AlbumTrackList.brs.html
@@ -138,7 +138,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_music_AlbumView.brs.html b/docs/api/components_music_AlbumView.brs.html
index 771dcf93c..b69aaaa9b 100644
--- a/docs/api/components_music_AlbumView.brs.html
+++ b/docs/api/components_music_AlbumView.brs.html
@@ -290,7 +290,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_music_ArtistView.brs.html b/docs/api/components_music_ArtistView.brs.html
index 6a23471d1..43b4f79d0 100644
--- a/docs/api/components_music_ArtistView.brs.html
+++ b/docs/api/components_music_ArtistView.brs.html
@@ -430,7 +430,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_music_AudioPlayerView.brs.html b/docs/api/components_music_AudioPlayerView.brs.html
index f1df46922..d3de89e59 100644
--- a/docs/api/components_music_AudioPlayerView.brs.html
+++ b/docs/api/components_music_AudioPlayerView.brs.html
@@ -711,7 +711,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_music_LoadScreenSaverTimeoutTask.brs.html b/docs/api/components_music_LoadScreenSaverTimeoutTask.brs.html
index 7a7bd7bab..01217a744 100644
--- a/docs/api/components_music_LoadScreenSaverTimeoutTask.brs.html
+++ b/docs/api/components_music_LoadScreenSaverTimeoutTask.brs.html
@@ -121,7 +121,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_music_PlaylistView.brs.html b/docs/api/components_music_PlaylistView.brs.html
index 00cb5cd9b..4f499db0a 100644
--- a/docs/api/components_music_PlaylistView.brs.html
+++ b/docs/api/components_music_PlaylistView.brs.html
@@ -281,7 +281,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_music_SongItem.brs.html b/docs/api/components_music_SongItem.brs.html
index 88bd61220..60b8ba6f3 100644
--- a/docs/api/components_music_SongItem.brs.html
+++ b/docs/api/components_music_SongItem.brs.html
@@ -144,7 +144,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_options_OptionNode.brs.html b/docs/api/components_options_OptionNode.brs.html
index db243c9e0..54704811d 100644
--- a/docs/api/components_options_OptionNode.brs.html
+++ b/docs/api/components_options_OptionNode.brs.html
@@ -115,7 +115,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_options_OptionsSlider.brs.html b/docs/api/components_options_OptionsSlider.brs.html
index fd0289706..353f94dfe 100644
--- a/docs/api/components_options_OptionsSlider.brs.html
+++ b/docs/api/components_options_OptionsSlider.brs.html
@@ -154,7 +154,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_photos_LoadPhotoTask.brs.html b/docs/api/components_photos_LoadPhotoTask.brs.html
index 813fc19a2..37c3f3855 100644
--- a/docs/api/components_photos_LoadPhotoTask.brs.html
+++ b/docs/api/components_photos_LoadPhotoTask.brs.html
@@ -133,7 +133,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_photos_PhotoDetails.brs.html b/docs/api/components_photos_PhotoDetails.brs.html
index 2c02648a2..99afc71d9 100644
--- a/docs/api/components_photos_PhotoDetails.brs.html
+++ b/docs/api/components_photos_PhotoDetails.brs.html
@@ -239,7 +239,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_quickConnect_QuickConnect.brs.html b/docs/api/components_quickConnect_QuickConnect.brs.html
index 5f0fa1ebd..c6b241173 100644
--- a/docs/api/components_quickConnect_QuickConnect.brs.html
+++ b/docs/api/components_quickConnect_QuickConnect.brs.html
@@ -130,7 +130,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_quickConnect_QuickConnectDialog.brs.html b/docs/api/components_quickConnect_QuickConnectDialog.brs.html
index b44638a18..42b075493 100644
--- a/docs/api/components_quickConnect_QuickConnectDialog.brs.html
+++ b/docs/api/components_quickConnect_QuickConnectDialog.brs.html
@@ -184,7 +184,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_search_SearchResults.brs.html b/docs/api/components_search_SearchResults.brs.html
index 5c5e9317d..b1cce099a 100644
--- a/docs/api/components_search_SearchResults.brs.html
+++ b/docs/api/components_search_SearchResults.brs.html
@@ -179,7 +179,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_search_SearchRow.brs.html b/docs/api/components_search_SearchRow.brs.html
index ee43072a8..5063d0b90 100644
--- a/docs/api/components_search_SearchRow.brs.html
+++ b/docs/api/components_search_SearchRow.brs.html
@@ -208,7 +208,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_search_SearchTask.brs.html b/docs/api/components_search_SearchTask.brs.html
index b8acf27bb..89a2e6ba9 100644
--- a/docs/api/components_search_SearchTask.brs.html
+++ b/docs/api/components_search_SearchTask.brs.html
@@ -128,7 +128,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_section_section.brs.html b/docs/api/components_section_section.brs.html
index 096e7c02e..b3aec3011 100644
--- a/docs/api/components_section_section.brs.html
+++ b/docs/api/components_section_section.brs.html
@@ -210,7 +210,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_section_sectionScroller.brs.html b/docs/api/components_section_sectionScroller.brs.html
index 9a58312dd..c448f5a51 100644
--- a/docs/api/components_section_sectionScroller.brs.html
+++ b/docs/api/components_section_sectionScroller.brs.html
@@ -173,7 +173,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_settings_settings.brs.html b/docs/api/components_settings_settings.brs.html
index 0cb8018b4..4e5c244f8 100644
--- a/docs/api/components_settings_settings.brs.html
+++ b/docs/api/components_settings_settings.brs.html
@@ -342,7 +342,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_tvshows_TVEpisodeRow.brs.html b/docs/api/components_tvshows_TVEpisodeRow.brs.html
index d99086c51..80a6b5135 100644
--- a/docs/api/components_tvshows_TVEpisodeRow.brs.html
+++ b/docs/api/components_tvshows_TVEpisodeRow.brs.html
@@ -175,7 +175,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_tvshows_TVEpisodeRowWithOptions.brs.html b/docs/api/components_tvshows_TVEpisodeRowWithOptions.brs.html
index f6940298d..89eb42ea8 100644
--- a/docs/api/components_tvshows_TVEpisodeRowWithOptions.brs.html
+++ b/docs/api/components_tvshows_TVEpisodeRowWithOptions.brs.html
@@ -236,7 +236,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_tvshows_TVEpisodes.brs.html b/docs/api/components_tvshows_TVEpisodes.brs.html
index 515a6b0cc..23fb4271c 100644
--- a/docs/api/components_tvshows_TVEpisodes.brs.html
+++ b/docs/api/components_tvshows_TVEpisodes.brs.html
@@ -231,7 +231,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_tvshows_TVListDetails.brs.html b/docs/api/components_tvshows_TVListDetails.brs.html
index 1d2b1e933..9a551a27d 100644
--- a/docs/api/components_tvshows_TVListDetails.brs.html
+++ b/docs/api/components_tvshows_TVListDetails.brs.html
@@ -304,7 +304,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_tvshows_TVListOptions.brs.html b/docs/api/components_tvshows_TVListOptions.brs.html
index 90b74ba45..c1e5991fd 100644
--- a/docs/api/components_tvshows_TVListOptions.brs.html
+++ b/docs/api/components_tvshows_TVListOptions.brs.html
@@ -267,7 +267,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_tvshows_TVSeasonRow.brs.html b/docs/api/components_tvshows_TVSeasonRow.brs.html
index 127738e8f..fd9a66c63 100644
--- a/docs/api/components_tvshows_TVSeasonRow.brs.html
+++ b/docs/api/components_tvshows_TVSeasonRow.brs.html
@@ -161,7 +161,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_tvshows_TVShowDescription.brs.html b/docs/api/components_tvshows_TVShowDescription.brs.html
index 036ed4136..c34aff1b1 100644
--- a/docs/api/components_tvshows_TVShowDescription.brs.html
+++ b/docs/api/components_tvshows_TVShowDescription.brs.html
@@ -245,7 +245,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_tvshows_TVShowDetails.brs.html b/docs/api/components_tvshows_TVShowDetails.brs.html
index ddae88606..9ecb51b8b 100644
--- a/docs/api/components_tvshows_TVShowDetails.brs.html
+++ b/docs/api/components_tvshows_TVShowDetails.brs.html
@@ -342,7 +342,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/components_video_VideoPlayerView.brs.html b/docs/api/components_video_VideoPlayerView.brs.html
index e5cc4c7ec..2e9e46429 100644
--- a/docs/api/components_video_VideoPlayerView.brs.html
+++ b/docs/api/components_video_VideoPlayerView.brs.html
@@ -517,7 +517,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/index.html b/docs/api/index.html
index 987555f8c..0cec8f59e 100644
--- a/docs/api/index.html
+++ b/docs/api/index.html
@@ -149,7 +149,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-AlbumData.html b/docs/api/module-AlbumData.html
index 37dfeda0a..d555336dc 100644
--- a/docs/api/module-AlbumData.html
+++ b/docs/api/module-AlbumData.html
@@ -303,7 +303,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-AlbumGrid.html b/docs/api/module-AlbumGrid.html
index 880c4aa84..6e9afd1a8 100644
--- a/docs/api/module-AlbumGrid.html
+++ b/docs/api/module-AlbumGrid.html
@@ -585,7 +585,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-AlbumTrackList.html b/docs/api/module-AlbumTrackList.html
index 9571bfadf..c227f547e 100644
--- a/docs/api/module-AlbumTrackList.html
+++ b/docs/api/module-AlbumTrackList.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-AlbumView.html b/docs/api/module-AlbumView.html
index 5aeb5d1d2..e6c1434c8 100644
--- a/docs/api/module-AlbumView.html
+++ b/docs/api/module-AlbumView.html
@@ -1691,7 +1691,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-Alpha.html b/docs/api/module-Alpha.html
index 2c952c5e3..2346d0575 100644
--- a/docs/api/module-Alpha.html
+++ b/docs/api/module-Alpha.html
@@ -481,7 +481,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ArtistView.html b/docs/api/module-ArtistView.html
index b7c18abde..33c78b6e9 100644
--- a/docs/api/module-ArtistView.html
+++ b/docs/api/module-ArtistView.html
@@ -2939,7 +2939,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-AudioPlayer.html b/docs/api/module-AudioPlayer.html
index 2625a8496..aae1eebc6 100644
--- a/docs/api/module-AudioPlayer.html
+++ b/docs/api/module-AudioPlayer.html
@@ -569,7 +569,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-AudioPlayerView.html b/docs/api/module-AudioPlayerView.html
index 880c68a62..f2009effb 100644
--- a/docs/api/module-AudioPlayerView.html
+++ b/docs/api/module-AudioPlayerView.html
@@ -4519,7 +4519,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-AudioTrackListItem.html b/docs/api/module-AudioTrackListItem.html
index 292e65045..fa12980d0 100644
--- a/docs/api/module-AudioTrackListItem.html
+++ b/docs/api/module-AudioTrackListItem.html
@@ -515,7 +515,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ButtonGroupHoriz.html b/docs/api/module-ButtonGroupHoriz.html
index 8ed3fb7ee..fd193bb6d 100644
--- a/docs/api/module-ButtonGroupHoriz.html
+++ b/docs/api/module-ButtonGroupHoriz.html
@@ -481,7 +481,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ChannelData.html b/docs/api/module-ChannelData.html
index 7e9fcbbf9..16768e943 100644
--- a/docs/api/module-ChannelData.html
+++ b/docs/api/module-ChannelData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-CollectionData.html b/docs/api/module-CollectionData.html
index 736d8ed49..ab079e9ef 100644
--- a/docs/api/module-CollectionData.html
+++ b/docs/api/module-CollectionData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ConfigData.html b/docs/api/module-ConfigData.html
index 178c49cf1..4b85d7141 100644
--- a/docs/api/module-ConfigData.html
+++ b/docs/api/module-ConfigData.html
@@ -303,7 +303,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ConfigItem.html b/docs/api/module-ConfigItem.html
index 9b78453c4..46602ad64 100644
--- a/docs/api/module-ConfigItem.html
+++ b/docs/api/module-ConfigItem.html
@@ -511,7 +511,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ConfigList.html b/docs/api/module-ConfigList.html
index fcfad2387..c1fa93b0d 100644
--- a/docs/api/module-ConfigList.html
+++ b/docs/api/module-ConfigList.html
@@ -873,7 +873,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ExtrasItem.html b/docs/api/module-ExtrasItem.html
index 346c1334e..cb6a2b71f 100644
--- a/docs/api/module-ExtrasItem.html
+++ b/docs/api/module-ExtrasItem.html
@@ -511,7 +511,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ExtrasRowList.html b/docs/api/module-ExtrasRowList.html
index cfcf9826e..95a7d6262 100644
--- a/docs/api/module-ExtrasRowList.html
+++ b/docs/api/module-ExtrasRowList.html
@@ -1947,7 +1947,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-FavoriteItemsTask.html b/docs/api/module-FavoriteItemsTask.html
index 8e5447e89..c7cbf7f06 100644
--- a/docs/api/module-FavoriteItemsTask.html
+++ b/docs/api/module-FavoriteItemsTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-FolderData.html b/docs/api/module-FolderData.html
index 7623b2f4c..22551d4da 100644
--- a/docs/api/module-FolderData.html
+++ b/docs/api/module-FolderData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-GetFiltersTask.html b/docs/api/module-GetFiltersTask.html
index aac5cd1e8..5791a95dd 100644
--- a/docs/api/module-GetFiltersTask.html
+++ b/docs/api/module-GetFiltersTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-GetNextEpisodeTask.html b/docs/api/module-GetNextEpisodeTask.html
index 7c69b7fea..d892fb9cc 100644
--- a/docs/api/module-GetNextEpisodeTask.html
+++ b/docs/api/module-GetNextEpisodeTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-GetPlaybackInfoTask.html b/docs/api/module-GetPlaybackInfoTask.html
index 2c46121c2..d4d59d6b3 100644
--- a/docs/api/module-GetPlaybackInfoTask.html
+++ b/docs/api/module-GetPlaybackInfoTask.html
@@ -1114,7 +1114,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-GetShuffleEpisodesTask.html b/docs/api/module-GetShuffleEpisodesTask.html
index efbcf6c18..b203651cb 100644
--- a/docs/api/module-GetShuffleEpisodesTask.html
+++ b/docs/api/module-GetShuffleEpisodesTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-GridItem.html b/docs/api/module-GridItem.html
index 4ff6bf950..be5291a94 100644
--- a/docs/api/module-GridItem.html
+++ b/docs/api/module-GridItem.html
@@ -731,7 +731,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-GridItemSmall.html b/docs/api/module-GridItemSmall.html
index 6a90a60bd..9e9885ddb 100644
--- a/docs/api/module-GridItemSmall.html
+++ b/docs/api/module-GridItemSmall.html
@@ -619,7 +619,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-Home.html b/docs/api/module-Home.html
index a54a5eff8..18adc8f1e 100644
--- a/docs/api/module-Home.html
+++ b/docs/api/module-Home.html
@@ -511,7 +511,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-HomeData.html b/docs/api/module-HomeData.html
index 1b689708d..b4123c436 100644
--- a/docs/api/module-HomeData.html
+++ b/docs/api/module-HomeData.html
@@ -303,7 +303,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-HomeItem.html b/docs/api/module-HomeItem.html
index 9a2987551..c4893c3d5 100644
--- a/docs/api/module-HomeItem.html
+++ b/docs/api/module-HomeItem.html
@@ -781,7 +781,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-HomeRows.html b/docs/api/module-HomeRows.html
index b5c4c7167..40c1429ac 100644
--- a/docs/api/module-HomeRows.html
+++ b/docs/api/module-HomeRows.html
@@ -3592,7 +3592,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-IconButton.html b/docs/api/module-IconButton.html
index e472cb125..15be095e3 100644
--- a/docs/api/module-IconButton.html
+++ b/docs/api/module-IconButton.html
@@ -1313,7 +1313,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-Image.html b/docs/api/module-Image.html
index e87e63db0..c0328aa55 100644
--- a/docs/api/module-Image.html
+++ b/docs/api/module-Image.html
@@ -1083,7 +1083,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ImageData.html b/docs/api/module-ImageData.html
index a2d966340..af0580ca8 100644
--- a/docs/api/module-ImageData.html
+++ b/docs/api/module-ImageData.html
@@ -303,7 +303,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ItemGrid.html b/docs/api/module-ItemGrid.html
index fd6b8e409..1c085dd25 100644
--- a/docs/api/module-ItemGrid.html
+++ b/docs/api/module-ItemGrid.html
@@ -3889,7 +3889,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ItemGridOptions.html b/docs/api/module-ItemGridOptions.html
index bea32fbcf..7f2e0f484 100644
--- a/docs/api/module-ItemGridOptions.html
+++ b/docs/api/module-ItemGridOptions.html
@@ -1525,7 +1525,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-Items.html b/docs/api/module-Items.html
index 6cfb0abb5..fb6df8fef 100644
--- a/docs/api/module-Items.html
+++ b/docs/api/module-Items.html
@@ -3751,7 +3751,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFButton.html b/docs/api/module-JFButton.html
index 6b94451e8..d8ab7784c 100644
--- a/docs/api/module-JFButton.html
+++ b/docs/api/module-JFButton.html
@@ -411,7 +411,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFButtons.html b/docs/api/module-JFButtons.html
index 474c06caa..1f1964afe 100644
--- a/docs/api/module-JFButtons.html
+++ b/docs/api/module-JFButtons.html
@@ -1227,7 +1227,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFGroup.html b/docs/api/module-JFGroup.html
index 7578b2ec6..ba2f28ee0 100644
--- a/docs/api/module-JFGroup.html
+++ b/docs/api/module-JFGroup.html
@@ -481,7 +481,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFMessageDialog.html b/docs/api/module-JFMessageDialog.html
index b1e8ec0e1..828870c88 100644
--- a/docs/api/module-JFMessageDialog.html
+++ b/docs/api/module-JFMessageDialog.html
@@ -793,7 +793,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFOverhang.html b/docs/api/module-JFOverhang.html
index a9b1e25a5..7edddff13 100644
--- a/docs/api/module-JFOverhang.html
+++ b/docs/api/module-JFOverhang.html
@@ -1239,7 +1239,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFScene.html b/docs/api/module-JFScene.html
index 19faf757b..212184076 100644
--- a/docs/api/module-JFScene.html
+++ b/docs/api/module-JFScene.html
@@ -481,7 +481,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFScreen.html b/docs/api/module-JFScreen.html
index 621370cc2..577be4c7d 100644
--- a/docs/api/module-JFScreen.html
+++ b/docs/api/module-JFScreen.html
@@ -523,7 +523,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFServer.html b/docs/api/module-JFServer.html
index cd97da40b..75dba5430 100644
--- a/docs/api/module-JFServer.html
+++ b/docs/api/module-JFServer.html
@@ -715,7 +715,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-JFVideo.html b/docs/api/module-JFVideo.html
index be4241a00..8e514ed02 100644
--- a/docs/api/module-JFVideo.html
+++ b/docs/api/module-JFVideo.html
@@ -2143,7 +2143,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ListPoster.html b/docs/api/module-ListPoster.html
index 14dc9cb7d..d9198b910 100644
--- a/docs/api/module-ListPoster.html
+++ b/docs/api/module-ListPoster.html
@@ -619,7 +619,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoadChannelsTask.html b/docs/api/module-LoadChannelsTask.html
index 1e26d61ef..f54929f8a 100644
--- a/docs/api/module-LoadChannelsTask.html
+++ b/docs/api/module-LoadChannelsTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoadItemsTask.html b/docs/api/module-LoadItemsTask.html
index e0291afcd..97362ac65 100644
--- a/docs/api/module-LoadItemsTask.html
+++ b/docs/api/module-LoadItemsTask.html
@@ -609,7 +609,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoadItemsTask2.html b/docs/api/module-LoadItemsTask2.html
index 0c10da9f6..0fbfc2010 100644
--- a/docs/api/module-LoadItemsTask2.html
+++ b/docs/api/module-LoadItemsTask2.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoadPhotoTask.html b/docs/api/module-LoadPhotoTask.html
index e1cd0319c..782d57da5 100644
--- a/docs/api/module-LoadPhotoTask.html
+++ b/docs/api/module-LoadPhotoTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoadProgramDetailsTask.html b/docs/api/module-LoadProgramDetailsTask.html
index 38bc96cd5..027dbbbeb 100644
--- a/docs/api/module-LoadProgramDetailsTask.html
+++ b/docs/api/module-LoadProgramDetailsTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoadScreenSaverTimeoutTask.html b/docs/api/module-LoadScreenSaverTimeoutTask.html
index cdd0ed746..081ab3ccb 100644
--- a/docs/api/module-LoadScreenSaverTimeoutTask.html
+++ b/docs/api/module-LoadScreenSaverTimeoutTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoadSheduleTask.html b/docs/api/module-LoadSheduleTask.html
index fce815e39..384ce500c 100644
--- a/docs/api/module-LoadSheduleTask.html
+++ b/docs/api/module-LoadSheduleTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoadVideoContentTask.html b/docs/api/module-LoadVideoContentTask.html
index 1e715dacd..7b2e6d871 100644
--- a/docs/api/module-LoadVideoContentTask.html
+++ b/docs/api/module-LoadVideoContentTask.html
@@ -2537,7 +2537,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-LoginScene.html b/docs/api/module-LoginScene.html
index 78b34c450..07d1821ab 100644
--- a/docs/api/module-LoginScene.html
+++ b/docs/api/module-LoginScene.html
@@ -481,7 +481,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-Main.html b/docs/api/module-Main.html
index f31c06abd..68e387970 100644
--- a/docs/api/module-Main.html
+++ b/docs/api/module-Main.html
@@ -353,7 +353,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MovieData.html b/docs/api/module-MovieData.html
index 1d41b8181..2b7a9ca5c 100644
--- a/docs/api/module-MovieData.html
+++ b/docs/api/module-MovieData.html
@@ -511,7 +511,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MovieDetails.html b/docs/api/module-MovieDetails.html
index e021f6281..3b1dccf7a 100644
--- a/docs/api/module-MovieDetails.html
+++ b/docs/api/module-MovieDetails.html
@@ -2219,7 +2219,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MovieLibraryView.html b/docs/api/module-MovieLibraryView.html
index 9498167ae..36328e302 100644
--- a/docs/api/module-MovieLibraryView.html
+++ b/docs/api/module-MovieLibraryView.html
@@ -4483,7 +4483,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MovieOptions.html b/docs/api/module-MovieOptions.html
index 192db5ba1..fe5a19fdf 100644
--- a/docs/api/module-MovieOptions.html
+++ b/docs/api/module-MovieOptions.html
@@ -693,7 +693,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MusicAlbumData.html b/docs/api/module-MusicAlbumData.html
index 704b0e833..bb08d4eac 100644
--- a/docs/api/module-MusicAlbumData.html
+++ b/docs/api/module-MusicAlbumData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MusicAlbumSongListData.html b/docs/api/module-MusicAlbumSongListData.html
index 6ffd8eb5b..79c07cffb 100644
--- a/docs/api/module-MusicAlbumSongListData.html
+++ b/docs/api/module-MusicAlbumSongListData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MusicArtistData.html b/docs/api/module-MusicArtistData.html
index 73bef4e51..827aea115 100644
--- a/docs/api/module-MusicArtistData.html
+++ b/docs/api/module-MusicArtistData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MusicArtistGridItem.html b/docs/api/module-MusicArtistGridItem.html
index 20585ceb8..2241869e7 100644
--- a/docs/api/module-MusicArtistGridItem.html
+++ b/docs/api/module-MusicArtistGridItem.html
@@ -623,7 +623,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MusicLibraryView.html b/docs/api/module-MusicLibraryView.html
index 6362e4c27..b0b9c5ac1 100644
--- a/docs/api/module-MusicLibraryView.html
+++ b/docs/api/module-MusicLibraryView.html
@@ -4075,7 +4075,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-MusicSongData.html b/docs/api/module-MusicSongData.html
index 8c4df7116..59394d2b3 100644
--- a/docs/api/module-MusicSongData.html
+++ b/docs/api/module-MusicSongData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-OptionNode.html b/docs/api/module-OptionNode.html
index 6b7b5ccf5..3cfc83f3a 100644
--- a/docs/api/module-OptionNode.html
+++ b/docs/api/module-OptionNode.html
@@ -303,7 +303,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-OptionsButton.html b/docs/api/module-OptionsButton.html
index 564b2843e..60ec41aed 100644
--- a/docs/api/module-OptionsButton.html
+++ b/docs/api/module-OptionsButton.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-OptionsData.html b/docs/api/module-OptionsData.html
index a1ad41ead..b50b80250 100644
--- a/docs/api/module-OptionsData.html
+++ b/docs/api/module-OptionsData.html
@@ -511,7 +511,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-OptionsSlider.html b/docs/api/module-OptionsSlider.html
index 5ed0792bd..10fe3a2fd 100644
--- a/docs/api/module-OptionsSlider.html
+++ b/docs/api/module-OptionsSlider.html
@@ -585,7 +585,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-OverviewDialog.html b/docs/api/module-OverviewDialog.html
index f5b050be6..d9af26f2a 100644
--- a/docs/api/module-OverviewDialog.html
+++ b/docs/api/module-OverviewDialog.html
@@ -585,7 +585,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PersonData.html b/docs/api/module-PersonData.html
index e4aef2fa4..0c3740066 100644
--- a/docs/api/module-PersonData.html
+++ b/docs/api/module-PersonData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PersonDetails.html b/docs/api/module-PersonDetails.html
index 925c2c6c2..13161968f 100644
--- a/docs/api/module-PersonDetails.html
+++ b/docs/api/module-PersonDetails.html
@@ -1259,7 +1259,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PhotoData.html b/docs/api/module-PhotoData.html
index 37ce92752..319582888 100644
--- a/docs/api/module-PhotoData.html
+++ b/docs/api/module-PhotoData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PhotoDetails.html b/docs/api/module-PhotoDetails.html
index f55f31bed..a3741b94a 100644
--- a/docs/api/module-PhotoDetails.html
+++ b/docs/api/module-PhotoDetails.html
@@ -1051,7 +1051,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PlaybackDialog.html b/docs/api/module-PlaybackDialog.html
index 87d5cdef3..9557750bc 100644
--- a/docs/api/module-PlaybackDialog.html
+++ b/docs/api/module-PlaybackDialog.html
@@ -377,7 +377,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PlayedCheckmark.html b/docs/api/module-PlayedCheckmark.html
index 7a0c61798..97f304880 100644
--- a/docs/api/module-PlayedCheckmark.html
+++ b/docs/api/module-PlayedCheckmark.html
@@ -303,7 +303,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PlaylistData.html b/docs/api/module-PlaylistData.html
index 84fc7a6ff..79df3cc01 100644
--- a/docs/api/module-PlaylistData.html
+++ b/docs/api/module-PlaylistData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PlaylistView.html b/docs/api/module-PlaylistView.html
index 3690d8604..c3587d2f0 100644
--- a/docs/api/module-PlaylistView.html
+++ b/docs/api/module-PlaylistView.html
@@ -1691,7 +1691,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PlaystateTask.html b/docs/api/module-PlaystateTask.html
index 840dc37c8..a05f7d91d 100644
--- a/docs/api/module-PlaystateTask.html
+++ b/docs/api/module-PlaystateTask.html
@@ -581,7 +581,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ProgramDetails.html b/docs/api/module-ProgramDetails.html
index edcd2aafa..1808007ae 100644
--- a/docs/api/module-ProgramDetails.html
+++ b/docs/api/module-ProgramDetails.html
@@ -1539,7 +1539,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-PublicUserData.html b/docs/api/module-PublicUserData.html
index 26bf0a6af..b24a47102 100644
--- a/docs/api/module-PublicUserData.html
+++ b/docs/api/module-PublicUserData.html
@@ -303,7 +303,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-QueueManager.html b/docs/api/module-QueueManager.html
index 9e7b7e864..01df3c969 100644
--- a/docs/api/module-QueueManager.html
+++ b/docs/api/module-QueueManager.html
@@ -4097,7 +4097,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-QuickConnect.html b/docs/api/module-QuickConnect.html
index 54b8075ed..37954c26d 100644
--- a/docs/api/module-QuickConnect.html
+++ b/docs/api/module-QuickConnect.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-QuickConnectDialog.html b/docs/api/module-QuickConnectDialog.html
index 1f2bbc651..aa106c370 100644
--- a/docs/api/module-QuickConnectDialog.html
+++ b/docs/api/module-QuickConnectDialog.html
@@ -897,7 +897,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-RadioDialog.html b/docs/api/module-RadioDialog.html
index 32eacb370..73d2a1273 100644
--- a/docs/api/module-RadioDialog.html
+++ b/docs/api/module-RadioDialog.html
@@ -1125,7 +1125,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-RecordProgramTask.html b/docs/api/module-RecordProgramTask.html
index 556381f87..39cbf94c3 100644
--- a/docs/api/module-RecordProgramTask.html
+++ b/docs/api/module-RecordProgramTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SceneManager.html b/docs/api/module-SceneManager.html
index c91af5837..9cd6c06cf 100644
--- a/docs/api/module-SceneManager.html
+++ b/docs/api/module-SceneManager.html
@@ -3369,7 +3369,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ScheduleProgramData.html b/docs/api/module-ScheduleProgramData.html
index 58c79e8fd..00613ac74 100644
--- a/docs/api/module-ScheduleProgramData.html
+++ b/docs/api/module-ScheduleProgramData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SearchBox.html b/docs/api/module-SearchBox.html
index 29efe1a16..506e93ecb 100644
--- a/docs/api/module-SearchBox.html
+++ b/docs/api/module-SearchBox.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SearchData.html b/docs/api/module-SearchData.html
index 210795da9..a6ff9a9c3 100644
--- a/docs/api/module-SearchData.html
+++ b/docs/api/module-SearchData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SearchResults.html b/docs/api/module-SearchResults.html
index ae8c4692b..a1a0032b2 100644
--- a/docs/api/module-SearchResults.html
+++ b/docs/api/module-SearchResults.html
@@ -689,7 +689,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SearchRow.html b/docs/api/module-SearchRow.html
index a138fea0d..17c35ee9b 100644
--- a/docs/api/module-SearchRow.html
+++ b/docs/api/module-SearchRow.html
@@ -713,7 +713,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SearchTask.html b/docs/api/module-SearchTask.html
index 0b6c58b4f..8f082092c 100644
--- a/docs/api/module-SearchTask.html
+++ b/docs/api/module-SearchTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SeriesData.html b/docs/api/module-SeriesData.html
index 780d7b5a1..478b75547 100644
--- a/docs/api/module-SeriesData.html
+++ b/docs/api/module-SeriesData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ServerDiscoveryTask.html b/docs/api/module-ServerDiscoveryTask.html
index 7ec62d51b..91badd7d7 100644
--- a/docs/api/module-ServerDiscoveryTask.html
+++ b/docs/api/module-ServerDiscoveryTask.html
@@ -1081,7 +1081,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SetServerScreen.html b/docs/api/module-SetServerScreen.html
index 7b4bc1c8b..426038168 100644
--- a/docs/api/module-SetServerScreen.html
+++ b/docs/api/module-SetServerScreen.html
@@ -1051,7 +1051,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ShowScenes.html b/docs/api/module-ShowScenes.html
index 53bc60d01..0bf6eb981 100644
--- a/docs/api/module-ShowScenes.html
+++ b/docs/api/module-ShowScenes.html
@@ -3685,7 +3685,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-SongItem.html b/docs/api/module-SongItem.html
index ec1cf2daa..f7d01a11e 100644
--- a/docs/api/module-SongItem.html
+++ b/docs/api/module-SongItem.html
@@ -511,7 +511,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-Spinner.html b/docs/api/module-Spinner.html
index 733b0a9e7..3ae300c7b 100644
--- a/docs/api/module-Spinner.html
+++ b/docs/api/module-Spinner.html
@@ -303,7 +303,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-StandardDialog.html b/docs/api/module-StandardDialog.html
index 4d61b14ec..a3ee9ce83 100644
--- a/docs/api/module-StandardDialog.html
+++ b/docs/api/module-StandardDialog.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-Subtitles.html b/docs/api/module-Subtitles.html
index 50521da4b..55b148392 100644
--- a/docs/api/module-Subtitles.html
+++ b/docs/api/module-Subtitles.html
@@ -2163,7 +2163,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVEpisode.html b/docs/api/module-TVEpisode.html
index 411e46c45..52df617df 100644
--- a/docs/api/module-TVEpisode.html
+++ b/docs/api/module-TVEpisode.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVEpisodeData.html b/docs/api/module-TVEpisodeData.html
index 82eedf525..ed02f9d03 100644
--- a/docs/api/module-TVEpisodeData.html
+++ b/docs/api/module-TVEpisodeData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVEpisodeRow.html b/docs/api/module-TVEpisodeRow.html
index e2d06300a..45743597c 100644
--- a/docs/api/module-TVEpisodeRow.html
+++ b/docs/api/module-TVEpisodeRow.html
@@ -793,7 +793,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVEpisodeRowWithOptions.html b/docs/api/module-TVEpisodeRowWithOptions.html
index c14bfde2a..5dcc81ea3 100644
--- a/docs/api/module-TVEpisodeRowWithOptions.html
+++ b/docs/api/module-TVEpisodeRowWithOptions.html
@@ -1213,7 +1213,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVEpisodes.html b/docs/api/module-TVEpisodes.html
index bec999369..9c36e3d6d 100644
--- a/docs/api/module-TVEpisodes.html
+++ b/docs/api/module-TVEpisodes.html
@@ -801,7 +801,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVListDetails.html b/docs/api/module-TVListDetails.html
index 2e35ff596..72224ab34 100644
--- a/docs/api/module-TVListDetails.html
+++ b/docs/api/module-TVListDetails.html
@@ -1217,7 +1217,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVListOptions.html b/docs/api/module-TVListOptions.html
index 488b012b4..4b5300035 100644
--- a/docs/api/module-TVListOptions.html
+++ b/docs/api/module-TVListOptions.html
@@ -693,7 +693,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVSeasonData.html b/docs/api/module-TVSeasonData.html
index c2008442f..c9426608a 100644
--- a/docs/api/module-TVSeasonData.html
+++ b/docs/api/module-TVSeasonData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVSeasonRow.html b/docs/api/module-TVSeasonRow.html
index c8bcdf55b..7488e93c8 100644
--- a/docs/api/module-TVSeasonRow.html
+++ b/docs/api/module-TVSeasonRow.html
@@ -511,7 +511,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVShowDescription.html b/docs/api/module-TVShowDescription.html
index e13f1cb08..5085d8997 100644
--- a/docs/api/module-TVShowDescription.html
+++ b/docs/api/module-TVShowDescription.html
@@ -1051,7 +1051,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TVShowDetails.html b/docs/api/module-TVShowDetails.html
index 7a3584f3e..d956131d7 100644
--- a/docs/api/module-TVShowDetails.html
+++ b/docs/api/module-TVShowDetails.html
@@ -1333,7 +1333,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-TextSizeTask.html b/docs/api/module-TextSizeTask.html
index c93a7e622..badffcc1b 100644
--- a/docs/api/module-TextSizeTask.html
+++ b/docs/api/module-TextSizeTask.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-UserData.html b/docs/api/module-UserData.html
index 0e4be24e6..ea8631ded 100644
--- a/docs/api/module-UserData.html
+++ b/docs/api/module-UserData.html
@@ -1409,7 +1409,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-UserItem.html b/docs/api/module-UserItem.html
index dc3cd6e2b..d43e2f010 100644
--- a/docs/api/module-UserItem.html
+++ b/docs/api/module-UserItem.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-UserLibrary.html b/docs/api/module-UserLibrary.html
index 5a749c827..809f83074 100644
--- a/docs/api/module-UserLibrary.html
+++ b/docs/api/module-UserLibrary.html
@@ -815,7 +815,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-UserRow.html b/docs/api/module-UserRow.html
index 623f1b22c..737df7c3d 100644
--- a/docs/api/module-UserRow.html
+++ b/docs/api/module-UserRow.html
@@ -793,7 +793,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-UserSelect.html b/docs/api/module-UserSelect.html
index 6119cfaf6..3369ec866 100644
--- a/docs/api/module-UserSelect.html
+++ b/docs/api/module-UserSelect.html
@@ -689,7 +689,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-VideoData.html b/docs/api/module-VideoData.html
index 2d2c0b656..1e87bc981 100644
--- a/docs/api/module-VideoData.html
+++ b/docs/api/module-VideoData.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-VideoPlayer.html b/docs/api/module-VideoPlayer.html
index 5464705ea..290475d2e 100644
--- a/docs/api/module-VideoPlayer.html
+++ b/docs/api/module-VideoPlayer.html
@@ -2870,7 +2870,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-VideoPlayerView.html b/docs/api/module-VideoPlayerView.html
index 0530646ca..78de7a6c4 100644
--- a/docs/api/module-VideoPlayerView.html
+++ b/docs/api/module-VideoPlayerView.html
@@ -2833,7 +2833,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-VideoTrackListItem.html b/docs/api/module-VideoTrackListItem.html
index 1d617a226..6c6c7a062 100644
--- a/docs/api/module-VideoTrackListItem.html
+++ b/docs/api/module-VideoTrackListItem.html
@@ -515,7 +515,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-ViewCreator.html b/docs/api/module-ViewCreator.html
index eecd5ff20..b00539ca0 100644
--- a/docs/api/module-ViewCreator.html
+++ b/docs/api/module-ViewCreator.html
@@ -1220,7 +1220,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-WhatsNewDialog.html b/docs/api/module-WhatsNewDialog.html
index fc75a1bc3..960034901 100644
--- a/docs/api/module-WhatsNewDialog.html
+++ b/docs/api/module-WhatsNewDialog.html
@@ -407,7 +407,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-baserequest.html b/docs/api/module-baserequest.html
index e03276171..f29c20337 100644
--- a/docs/api/module-baserequest.html
+++ b/docs/api/module-baserequest.html
@@ -2617,7 +2617,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-captionTask.html b/docs/api/module-captionTask.html
index 018aa35f0..c8e81d5b2 100644
--- a/docs/api/module-captionTask.html
+++ b/docs/api/module-captionTask.html
@@ -1539,7 +1539,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-config.html b/docs/api/module-config.html
index 9375a7151..47c9b642f 100644
--- a/docs/api/module-config.html
+++ b/docs/api/module-config.html
@@ -2570,7 +2570,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-deviceCapabilities.html b/docs/api/module-deviceCapabilities.html
index 4aaf0df3e..5de7d54f8 100644
--- a/docs/api/module-deviceCapabilities.html
+++ b/docs/api/module-deviceCapabilities.html
@@ -1405,7 +1405,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-globals.html b/docs/api/module-globals.html
index 339cac673..0267ec74f 100644
--- a/docs/api/module-globals.html
+++ b/docs/api/module-globals.html
@@ -523,7 +523,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-migrations.html b/docs/api/module-migrations.html
index 4a5f40e04..a5e630152 100644
--- a/docs/api/module-migrations.html
+++ b/docs/api/module-migrations.html
@@ -461,7 +461,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-misc.html b/docs/api/module-misc.html
index 963aaf5e4..d21dcf175 100644
--- a/docs/api/module-misc.html
+++ b/docs/api/module-misc.html
@@ -5310,7 +5310,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-schedule.html b/docs/api/module-schedule.html
index 969e78c54..06672c56a 100644
--- a/docs/api/module-schedule.html
+++ b/docs/api/module-schedule.html
@@ -1919,7 +1919,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-section.html b/docs/api/module-section.html
index b2239e1cf..e0f3a1593 100644
--- a/docs/api/module-section.html
+++ b/docs/api/module-section.html
@@ -1343,7 +1343,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-sectionScroller.html b/docs/api/module-sectionScroller.html
index fd14d699e..e570c3dae 100644
--- a/docs/api/module-sectionScroller.html
+++ b/docs/api/module-sectionScroller.html
@@ -511,7 +511,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-settings.html b/docs/api/module-settings.html
index a4ba364e9..0617c9e7e 100644
--- a/docs/api/module-settings.html
+++ b/docs/api/module-settings.html
@@ -1259,7 +1259,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/module-userauth.html b/docs/api/module-userauth.html
index 247c74d3a..fa2cb74a5 100644
--- a/docs/api/module-userauth.html
+++ b/docs/api/module-userauth.html
@@ -1553,7 +1553,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/modules.list.html b/docs/api/modules.list.html
index f27b6dd5a..741473673 100644
--- a/docs/api/modules.list.html
+++ b/docs/api/modules.list.html
@@ -190,7 +190,7 @@ Search results
Documentation generated by JSDoc 4.0.2
- on Oct 27th 2023
+ on Oct 28th 2023
using the DocStrap template.
diff --git a/docs/api/quicksearch.html b/docs/api/quicksearch.html
index c5b2b1db1..6f8434443 100644
--- a/docs/api/quicksearch.html
+++ b/docs/api/quicksearch.html
@@ -7,7 +7,7 @@