Remove obs-websocket version name hack

pull/26/head
Dominik Nakamura 2 years ago
parent b07d0febb0
commit 29097dafb6
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -303,10 +303,6 @@ impl Client {
async fn verify_versions(&self) -> Result<()> {
let mut version = self.general().version().await?;
// TODO: remove this after the official v5 release.
// Current builds have prerelease info (like 5.0.0-91cabe1-git).
// That causes the version check to fail, so we remove it for now.
version.obs_web_socket_version.pre = Prerelease::EMPTY;
if !OBS_STUDIO_VERSION.matches(&version.obs_version) {
return Err(Error::ObsStudioVersion(

Loading…
Cancel
Save