Merge branch 'master' into feat/tv

# Conflicts:
#	README.md
#	helpers/get-list.js
This commit is contained in:
Sam Carlton 2020-12-11 16:16:11 -06:00
commit 5b4dc94334
11 changed files with 248 additions and 75 deletions

View file

@ -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)
})
})