refactor lbrytv web server

This commit is contained in:
Sean Yesmunt 2019-11-07 14:39:22 -05:00
parent eedaf56ee0
commit 6ad31a3ce9
598 changed files with 6919 additions and 2317 deletions

3
ui/util/shuffle-array.js Normal file
View file

@ -0,0 +1,3 @@
export function shuffleArray(array) {
return Math.round(Math.random()) - 0.5;
}