mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Final commit
This commit is contained in:
parent
76b0e8c01c
commit
37a6303800
5 changed files with 29 additions and 41 deletions
|
@ -61,7 +61,6 @@ function within(number, num1, num2) {
|
|||
}
|
||||
const min = Math.min(num1, num2);
|
||||
const max = Math.max(num1, num2);
|
||||
console.log(min, max);
|
||||
if (number < min) {
|
||||
return min;
|
||||
} else if (number > max) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue