mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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
|
|
@ -9,8 +9,10 @@ export const allVideoList = [
|
|||
...gameList,
|
||||
]
|
||||
|
||||
export const sortedAppList = appList.sort(byTimeThenNull)
|
||||
|
||||
export const allList = [
|
||||
...appList.sort(byTimeThenNull),
|
||||
...sortedAppList,
|
||||
...homebrewList,
|
||||
...gameList,
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue