mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
video_device default should be string
This commit is contained in:
parent
ca88db996b
commit
8d06fc0143
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class Plugin(BasePlugin):
|
|||
if self.config.get("video_device") == "default":
|
||||
self.video_device_edit.setText("")
|
||||
else:
|
||||
self.video_device_edit.setText(self.config.get("video_device"))
|
||||
self.video_device_edit.setText(self.config.get("video_device",''))
|
||||
else:
|
||||
custom_device_label.setVisible(False)
|
||||
self.video_device_edit.setVisible(False)
|
||||
|
|
Loading…
Add table
Reference in a new issue