Skip to content

Commit

Permalink
Update events.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyarger committed Jan 23, 2021
1 parent e12cdf9 commit 07e1a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/events.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,6 @@ void events::OnSourceVolumeChange(void *param, calldata_t *data)
obs_data_set_string(fields, "sourceName", obs_source_get_name(source));
obs_data_set_double(fields, "volume", volume);
self->broadcastUpdate("SourceVolumeChanged", fields);
obs_source_release(source);
}

/**
Expand Down

0 comments on commit 07e1a34

Please sign in to comment.