Closed rafael-xmr closed 3 years ago
Publish page tries to set the upload language to the user langauge, and it does so on edit and overwrites the existing value. https://github.com/lbryio/lbry-desktop/issues/6132
selectPublishFormValues was trying to return "language" from formValues but would always return false, and set the language as default instead, should return "languages" instead. Also "pendingPublish" was unused
the bundle.js is built from the rest of the code. You would make this change in the publish selector if it is necessary.
@jessopb thanks! Just did
Issue
Publish page tries to set the upload language to the user langauge, and it does so on edit and overwrites the existing value. https://github.com/lbryio/lbry-desktop/issues/6132
Change
selectPublishFormValues was trying to return "language" from formValues but would always return false, and set the language as default instead, should return "languages" instead. Also "pendingPublish" was unused