mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fixed random sort
This commit is contained in:
parent
749be5350e
commit
531339ce63
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ watch(selectedSort, value => {
|
|||
break;
|
||||
case "random":
|
||||
emit("apply", (a, b) => Math.random() - 0.5);
|
||||
break;
|
||||
default:
|
||||
console.error("Unexpected sort value");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue