1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #6016 from tcely/patch-2

Show slideshow controls when touched
This commit is contained in:
Bill Thornton 2024-09-04 10:14:57 -04:00 committed by GitHub
commit 2682098f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -732,9 +732,8 @@ export default function (options) {
obj.x = eventX;
obj.y = eventY;
showOsd();
}
showOsd();
}
/**