fix hide on hover, always show playback position

This commit is contained in:
Nate Goldman
2016-03-19 20:50:52 -07:00
parent 2b555e12b8
commit f8b968c5ec
2 changed files with 12 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ function App (state, dispatch) {
state.video.mouseStationarySince !== 0 &&
new Date().getTime() - state.video.mouseStationarySince > 2000 &&
!state.video.isPaused &&
state.video.location === 'local'
state.playing.location === 'local'
// Hide the header on Windows/Linux when in the player
// On OSX, the header appears as part of the title bar