From d390a25a61f2f9ba17938079a704f38a60e4f149 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 17 Jun 2014 21:47:03 +0200 Subject: gtkui: better custom title configuration using context menu --- playlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index 1d192a3f..16f0e6a1 100644 --- a/playlist.c +++ b/playlist.c @@ -2906,7 +2906,7 @@ pl_format_title_int (const char *escape_chars, playItem_t *it, int idx, char *s, } else if (*fmt == 'a') { meta = pl_find_meta_raw (it, "artist"); - const char *custom = pl_find_meta_raw (it, "DDB:CUSTOM_TITLE"); + const char *custom = pl_find_meta_raw (it, ":CUSTOM_TITLE"); if (!meta && !custom) { meta = "Unknown artist"; } @@ -2970,7 +2970,7 @@ pl_format_title_int (const char *escape_chars, playItem_t *it, int idx, char *s, } } - const char *custom = pl_find_meta_raw (it, "DDB:CUSTOM_TITLE"); + const char *custom = pl_find_meta_raw (it, ":CUSTOM_TITLE"); if (custom) { if (!meta) { meta = custom; -- cgit v1.2.3