mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge 5e4ebb99e5
into 7d84185d0e
This commit is contained in:
commit
5ffef17aa4
1 changed files with 6 additions and 0 deletions
|
@ -1442,6 +1442,12 @@ export default function (view) {
|
||||||
if (e.deltaY > 0) {
|
if (e.deltaY > 0) {
|
||||||
playbackManager.volumeDown(currentPlayer);
|
playbackManager.volumeDown(currentPlayer);
|
||||||
}
|
}
|
||||||
|
if (e.deltaX < 0) {
|
||||||
|
playbackManager.rewind(currentPlayer);
|
||||||
|
}
|
||||||
|
if (e.deltaX > 0) {
|
||||||
|
playbackManager.fastForward(currentPlayer);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function onWindowMouseDown(e) {
|
function onWindowMouseDown(e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue