Remove homebrew apps from videos

This commit is contained in:
Sam Carlton 2020-12-05 22:07:17 -06:00
parent ebd7446ee0
commit 6160b78b73
2 changed files with 16 additions and 1 deletions

View file

@ -4,6 +4,10 @@ import homebrewList from '~/static/homebrew-list.json'
import { byTimeThenNull } from '~/helpers/sort-list.js'
export const allVideoList = [
...appList.sort(byTimeThenNull),
...gameList,
]
export const allList = [
...appList.sort(byTimeThenNull),