mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 19:20:05 +00:00
Fix minor typo so that the metadata album field can be set.
This commit is contained in:
parent
a393b78f6e
commit
ac9bfb194b
@ -1072,8 +1072,8 @@ static switch_status_t shout_file_set_string(switch_file_handle_t *handle, switc
|
|||||||
id3tag_set_year(context->gfp, string);
|
id3tag_set_year(context->gfp, string);
|
||||||
break;
|
break;
|
||||||
case SWITCH_AUDIO_COL_STR_SOFTWARE:
|
case SWITCH_AUDIO_COL_STR_SOFTWARE:
|
||||||
break;
|
|
||||||
id3tag_set_album(context->gfp, string);
|
id3tag_set_album(context->gfp, string);
|
||||||
|
break;
|
||||||
case SWITCH_AUDIO_COL_STR_COPYRIGHT:
|
case SWITCH_AUDIO_COL_STR_COPYRIGHT:
|
||||||
id3tag_set_genre(context->gfp, string);
|
id3tag_set_genre(context->gfp, string);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user