use fillobj instead of get_video to complete all fields
This commit is contained in:
parent
37b94a79f2
commit
9018e6aedb
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class MiniVideo(QFrame):
|
||||||
def mousePressEvent(self, event):
|
def mousePressEvent(self, event):
|
||||||
QFrame.mousePressEvent(self, event)
|
QFrame.mousePressEvent(self, event)
|
||||||
|
|
||||||
video = self.backend.get_video(self.video.id)
|
video = self.backend.fillobj(self.video)
|
||||||
if video:
|
if video:
|
||||||
video_widget = Video(video, self)
|
video_widget = Video(video, self)
|
||||||
video_widget.show()
|
video_widget.show()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue