Fix player file_item assignment
This commit is contained in:
parent
2f67ad7b87
commit
6e600099cc
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ class VideoPlayer(GObject.Object):
|
|||
) -> None:
|
||||
"""Start playing a video file"""
|
||||
|
||||
self.file_item.value = file_item
|
||||
|
||||
uri = Gst.filename_to_uri(str(file_item.full_path))
|
||||
assert uri is not None
|
||||
|
||||
|
|
Loading…
Reference in a new issue