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

@ -9,8 +9,10 @@ export const allVideoList = [
...gameList,
]
export const sortedAppList = appList.sort(byTimeThenNull)
export const allList = [
...appList.sort(byTimeThenNull),
...sortedAppList,
...homebrewList,
...gameList,
]