mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Merge branch 'master' into feat/tv
# Conflicts: # README.md # helpers/get-list.js
This commit is contained in:
commit
5b4dc94334
11 changed files with 248 additions and 75 deletions
|
|
@ -8,6 +8,7 @@ import buildHomebrewList from './helpers/build-homebrew-list.js'
|
|||
import buildVideoList from './helpers/build-video-list.js'
|
||||
|
||||
import { categories } from './helpers/categories.js'
|
||||
import { getAppEndpoint } from './helpers/app-derived.js'
|
||||
|
||||
|
||||
const listsOptions = [
|
||||
|
|
@ -147,7 +148,7 @@ export default {
|
|||
] = lists.map((list, listI) => {
|
||||
|
||||
return list.map( app => {
|
||||
return app.endpoint
|
||||
return getAppEndpoint(app)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue