]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix minor typo so that the metadata album field can be set.
authorWilliam King <william.king@quentustech.com>
Thu, 13 Jun 2013 00:17:40 +0000 (17:17 -0700)
committerWilliam King <william.king@quentustech.com>
Thu, 13 Jun 2013 00:17:57 +0000 (17:17 -0700)
src/mod/formats/mod_shout/mod_shout.c

index 88ba993dea1e8fd1bb6be1d3f76e1b92d37a5246..c79598e9a584cc58db156b7f344ea2e069ccf075 100644 (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;