remove undeclared printf in video_renderers.c: update to 1.73.3

This commit is contained in:
F. Duncanh
2026-02-11 14:28:00 -05:00
parent 605468507e
commit 400d455743
2 changed files with 1 additions and 2 deletions

View File

@@ -684,7 +684,6 @@ void video_renderer_set_track_metadata(const char *title, const char *artist, co
}
g_string_replace (metadata, "&", "&", 0); //fix pango problem with "&" in text
printf("*************** metadata [%s] \n", metadata->str);
if (renderer && renderer->textsrc && (artist || title)) {
g_object_set(G_OBJECT(renderer->textsrc), "text", metadata->str, NULL);
}

View File

@@ -1,5 +1,5 @@
Name: uxplay
Version: 1.73.2
Version: 1.73.3
Release: 1%{?dist}
%global gittag v%{version}