Skip to content

Commit

Permalink
refactor/ovos_media
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 8, 2024
1 parent fa712e9 commit 0173421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_utils/ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0173421

Please sign in to comment.