lbryio / lbry-redux

Common shared app components for desktop and mobile
MIT License
15 stars 43 forks source link

Don't reset content language on edit #414

Closed rafael-xmr closed 3 years ago

rafael-xmr commented 3 years ago

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

jessopb commented 3 years ago

the bundle.js is built from the rest of the code. You would make this change in the publish selector if it is necessary.

rafael-xmr commented 3 years ago

@jessopb thanks! Just did