Skip to content

Commit

Permalink
Set rewind to 5 seconds by default (as requested on TMO)
Browse files Browse the repository at this point in the history
Removed TODO comment
  • Loading branch information
Leszek Lesner committed Dec 12, 2016
1 parent 777f4d7 commit 2250b7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion qml/pages/helper/VideoPoster.qml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ MouseArea {
//console.debug("VideoItem.source length = " + videoItem.source.toString().length)
if (videoItem.source.toString().length !== 0) {
//console.debug("Yeah we have a video source")
rew(10)
rew(5)
}
}
onPressAndHold: {
Expand Down
1 change: 0 additions & 1 deletion qml/pages/videoPlayer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ Page {
if ((mouse.x >= middleX - Theme.iconSizeMedium && mouse.x <= middleX + Theme.iconSizeMedium) && (mouse.y >= middleY - Theme.iconSizeMedium && mouse.y <= middleY + Theme.iconSizeMedium)) {
pause();
}
//TODO: Add rew and ffwd stuff
else {
toggleControls();
}
Expand Down

0 comments on commit 2250b7c

Please sign in to comment.