Skip to content

Commit 316b68e

Browse files
Call stop instead of kill. Kill should be used when browsing away.
1 parent ada0870 commit 316b68e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/skins/classic/views/js/watch.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,7 @@ function streamCmdStop(action) {
216216
setButtonState('fastRevBtn', 'unavail');
217217
}
218218
if (action) {
219-
//monitorStream.streamCommand(CMD_STOP);
220-
monitorStream.kill();
219+
monitorStream.stop();
221220
}
222221
//setButtonState('stopBtn', 'unavail');
223222
//setButtonState('playBtn', 'active');

0 commit comments

Comments
 (0)