Fix minor typo so that the metadata album field can be set.

This commit is contained in:
William King 2013-06-12 17:17:40 -07:00
parent a393b78f6e
commit ac9bfb194b
1 changed files with 1 additions and 1 deletions

View File

@ -1072,8 +1072,8 @@ static switch_status_t shout_file_set_string(switch_file_handle_t *handle, switc
id3tag_set_year(context->gfp, string);
break;
case SWITCH_AUDIO_COL_STR_SOFTWARE:
break;
id3tag_set_album(context->gfp, string);
break;
case SWITCH_AUDIO_COL_STR_COPYRIGHT:
id3tag_set_genre(context->gfp, string);
break;