2015-10-15 15:05:41 +02:00
|
|
|
Template.playClipButton.helpers({
|
|
|
|
|
'isPlaying': function() {
|
|
|
|
|
Session.get('UpdateCINE');
|
2015-10-30 12:21:59 +01:00
|
|
|
var activeViewport = Session.get('activeViewport');
|
|
|
|
|
return !!OHIF.viewer.isPlaying[activeViewport];
|
2015-10-15 15:05:41 +02:00
|
|
|
}
|
|
|
|
|
});
|