diff options
Diffstat (limited to '')
-rw-r--r-- | src/inputPlugins/ogg_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputPlugins/ogg_plugin.c b/src/inputPlugins/ogg_plugin.c index a79c0d876..e47471177 100644 --- a/src/inputPlugins/ogg_plugin.c +++ b/src/inputPlugins/ogg_plugin.c @@ -291,7 +291,7 @@ int ogg_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream) dc->state = DECODE_STATE_DECODE; } comments = ov_comment(&vf, -1)->user_comments; - putOggCommentsIntoOutputBuffer(cb, inStream->metaTitle, + putOggCommentsIntoOutputBuffer(cb, inStream->metaName, comments); replayGainScale = ogg_getReplayGainScale(comments); } |