From 0b9e21c7fec909e9ecb07f1389b006222901e982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 10 Oct 2016 16:30:15 +0200 Subject: Fix regression in appearance --- nncmpp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nncmpp.c b/nncmpp.c index 876c99b..6875f8c 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -2228,7 +2228,8 @@ info_tab_update (void) info_tab_add (map, "Album"); info_tab_add (map, "Track"); info_tab_add (map, "Genre"); - info_tab_add (map, "file"); + // Yes, it is "file", but this is also for display + info_tab_add (map, "File"); } } -- cgit v1.2.3