refactor lbrytv web server
This commit is contained in:
parent
eedaf56ee0
commit
6ad31a3ce9
598 changed files with 6919 additions and 2317 deletions
ui/util
3
ui/util/shuffle-array.js
Normal file
3
ui/util/shuffle-array.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function shuffleArray(array) {
|
||||
return Math.round(Math.random()) - 0.5;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue