mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
autofmt
This commit is contained in:
@@ -153,9 +153,9 @@ Singleton {
|
||||
|
||||
function seekRelative(offset) {
|
||||
if (currentPlayer && currentPlayer.canSeek) {
|
||||
var newPosition = currentPlayer.position + offset;
|
||||
currentPlayer.position = newPosition;
|
||||
currentPosition = newPosition;
|
||||
var newPosition = currentPlayer.position + offset
|
||||
currentPlayer.position = newPosition
|
||||
currentPosition = newPosition
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user