Skip to content

Commit

Permalink
Oups
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoalic committed Jul 16, 2021
1 parent d64c815 commit e704c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs_media_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static void update_source(obsmed_source* source) {
apply_template((char*)source->template, current_track, text, 199);
update_obs_text_source((char*)source->text_field, text);
} else {
if (blackout_if_not_playing) {
if (source->blackout_if_not_playing) {
// remove texture
if (source->texture != NULL) {
pthread_mutex_lock(source->texture_mutex);
Expand Down

0 comments on commit e704c24

Please sign in to comment.