Skip to content

Commit

Permalink
hotfix/StreamPlugin (#100)
Browse files Browse the repository at this point in the history
its a property, not a function
  • Loading branch information
JarbasAl authored Jun 21, 2024
1 parent 6975d39 commit 27bf49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_bus_client/apis/ocp.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def norm_tracks(tracks: list):
# once all SEI parsers can handle the new objects
# this module can serialize them just fine,
# but we dont know who is listening
tracks[idx] = track.as_media_entry()
tracks[idx] = track.as_media_entry
elif isinstance(track, list) and not isinstance(track, Playlist):
tracks[idx] = OCPInterface.norm_tracks(track)
elif not isinstance(track, MediaEntry):
Expand Down

0 comments on commit 27bf49b

Please sign in to comment.