mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix missing featured apps
This commit is contained in:
parent
ee90acc82f
commit
bacbb825c6
1 changed files with 5 additions and 3 deletions
|
|
@ -63,6 +63,8 @@ class BuildLists {
|
|||
path: '/static/video-list.json',
|
||||
buildMethod: async () => {
|
||||
|
||||
// console.log('this.getAllVideoAppsList()', this.getAllVideoAppsList())
|
||||
|
||||
return await buildVideoList( this.getAllVideoAppsList() )
|
||||
|
||||
|
||||
|
|
@ -87,6 +89,8 @@ class BuildLists {
|
|||
// ].slice(0, 10 * 1000))
|
||||
},
|
||||
beforeSave: videoListSet => {
|
||||
this.allVideoAppsList = this.getAllVideoAppsList()
|
||||
|
||||
return Array.from(videoListSet).map( video => {
|
||||
return {
|
||||
...video,
|
||||
|
|
@ -214,9 +218,7 @@ class BuildLists {
|
|||
|
||||
// console.log('appList', appList)
|
||||
|
||||
this.allVideoAppsList = this.getAllVideoAppsList()
|
||||
|
||||
// console.log('allVideoAppsList', allVideoAppsList[0])
|
||||
// console.log('this.allVideoAppsList', this.allVideoAppsList.length, this.allVideoAppsList[0])
|
||||
|
||||
// Add list based routes
|
||||
for ( const listKey in this.lists ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue