mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support in-app connect signup
This commit is contained in:
parent
5187a0d558
commit
496add35b9
8 changed files with 188 additions and 20 deletions
|
@ -567,7 +567,7 @@ function ticks_to_human(str) {
|
|||
$this.unbind(touchMoveEvent, moveHandler);
|
||||
if (start && stop) {
|
||||
if (stop.time - start.time < 1000 &&
|
||||
Math.abs(start.coords[1] - stop.coords[1]) > 30 &&
|
||||
Math.abs(start.coords[1] - stop.coords[1]) > 100 &&
|
||||
Math.abs(start.coords[0] - stop.coords[0]) < 75) {
|
||||
start.origin
|
||||
.trigger("swipeupdown")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue