Skip to content

Commit

Permalink
update user agent (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff authored Feb 6, 2024
1 parent b878bb1 commit d438edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-browser-plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ static void BrowserInit(obs_data_t *settings_obs)
<< std::to_string(cef_version_info(5)) << "."
<< std::to_string(cef_version_info(6)) << "."
<< std::to_string(cef_version_info(7));
prod_ver << " OBS/";
prod_ver << " SLD/";
prod_ver << std::to_string(obs_maj) << "."
<< std::to_string(obs_min) << "."
<< std::to_string(obs_pat);
Expand Down

0 comments on commit d438edc

Please sign in to comment.