Default Template & Active Calls (Dashboard): Resolve PHP Warnings noticed on login.

This commit is contained in:
fusionate
2025-11-15 17:39:05 -07:00
parent bf510ed7e2
commit 94837fde05
2 changed files with 2 additions and 2 deletions

View File

@@ -1201,7 +1201,7 @@
<body>
{*//video background *}
{if !empty({$background_video})}
{if !empty($background_video)}
<video id="background-video" autoplay muted poster="" disablePictureInPicture="true" onloadstart="this.playbackRate = 1; this.pause();">
<source src="{$background_video}" type="video/mp4">
</video>