summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg/ffmpeg.c
diff options
context:
space:
mode:
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);