TagType: rename enum tag_type to TagType
This commit is contained in:
@@ -514,7 +514,7 @@ HttpdOutput::SendTag(const Tag *tag)
|
||||
if (metadata != NULL)
|
||||
metadata->Unref();
|
||||
|
||||
static constexpr tag_type types[] = {
|
||||
static constexpr TagType types[] = {
|
||||
TAG_ALBUM, TAG_ARTIST, TAG_TITLE,
|
||||
TAG_NUM_OF_ITEM_TYPES
|
||||
};
|
||||
|
@@ -316,7 +316,7 @@ roar_play(struct audio_output *ao, const void *chunk, size_t size,
|
||||
}
|
||||
|
||||
static const char*
|
||||
roar_tag_convert(enum tag_type type, bool *is_uuid)
|
||||
roar_tag_convert(TagType type, bool *is_uuid)
|
||||
{
|
||||
*is_uuid = false;
|
||||
switch (type)
|
||||
|
Reference in New Issue
Block a user