summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg/ffmpeg.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-20 15:07:16 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-20 15:07:16 +0100
commit06b370e4a5a456a2e4175b1977341bce1e5deb57 (patch)
tree6f0dbc716c043ac8516987ac6b6fa9e86c2a18a1 /plugins/ffmpeg/ffmpeg.c
parent7fdcc31a8f7c641e86bd505083d13c2c24c5d773 (diff)
fixed year metadata in ffmpeg plugin
Diffstat (limited to 'plugins/ffmpeg/ffmpeg.c')
-rw-r--r--plugins/ffmpeg/ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
index 289f0ae0..1cc6fbce 100644
--- a/plugins/ffmpeg/ffmpeg.c
+++ b/plugins/ffmpeg/ffmpeg.c
@@ -480,7 +480,6 @@ ffmpeg_insert (DB_playItem_t *after, const char *fname) {
}
deadbeef->pl_add_meta (it, "artist", fctx->author);
deadbeef->pl_add_meta (it, "album", fctx->album);
- deadbeef->pl_add_meta (it, "year", fctx->album);
deadbeef->pl_add_meta (it, "copyright", fctx->copyright);
deadbeef->pl_add_meta (it, "comment", fctx->comment);
deadbeef->pl_add_meta (it, "genre", fctx->genre);