Remove doubled quotes in TOC export PERFORMER field
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Sun, 7 Jun 2015 21:48:01 +0000 (22:48 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Mon, 8 Jun 2015 13:42:24 +0000 (14:42 +0100)
commit429355b0b351dd46bf6811a31d409922c5656106
tree5e7403e5dafb2b56d5782f4d9d42832b142224a7
parentecd37a5c2f35c204ee6b766e85021e2996ff8dc7
Remove doubled quotes in TOC export PERFORMER field

toc_escape_text() already encloses its result in ""s, and if album_artist
is empty, the resulting PERFORMER """" line makes cdrdao upset. Just remove
the extra quotes.
libs/ardour/export_handler.cc