diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events-modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 0664dbba..a00e9305 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -42,7 +42,7 @@ </div> </div> <!-- no default video --> - <div ng-if="defaultVideo!==undefined && defaultVideo!='' && !isSnapShot()"> + <div ng-if="defaultVideo!==undefined && defaultVideo!='' && !isSnapShot() && !isStreamStopped()"> <div ng-if="videoIsReady"> <!-- <div style="height:{{$root.devHeight}}px; width:{{$root.devWidth}}px;">--> |
