TagPrint: split tag_print()
Add one method that prints only the tag values, but not the song duration.
This commit is contained in:
@@ -32,6 +32,9 @@ void tag_print_types(Client &client);
|
||||
void
|
||||
tag_print(Client &client, TagType type, const char *value);
|
||||
|
||||
void
|
||||
tag_print_values(Client &client, const Tag &tag);
|
||||
|
||||
void
|
||||
tag_print(Client &client, const Tag &tag);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user