From 0173421458ca1dcbad9f8977ec1621c87cb916b4 Mon Sep 17 00:00:00 2001 From: JarbasAi Date: Mon, 8 Jan 2024 04:53:22 +0000 Subject: [PATCH] refactor/ovos_media --- ovos_utils/ocp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_utils/ocp.py b/ovos_utils/ocp.py index 3bbc4786..dacb1b75 100644 --- a/ovos_utils/ocp.py +++ b/ovos_utils/ocp.py @@ -153,7 +153,7 @@ class MediaEntry: status: TrackState = TrackState.DISAMBIGUATION media_type: MediaType = MediaType.GENERIC length: int = 0 # in seconds - image: str = join(dirname(__file__), "res/ui/images/ocp_bg.png") + image: str = "" skill_icon: str = "" javascript: str = "" # to execute once webview is loaded