summaryrefslogtreecommitdiff
path: root/junklib.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-11 14:23:38 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-11 14:23:38 +0200
commitfc339cf23d021e9cfe6893a5d30d168bf7107192 (patch)
tree4a0a036bbd411e13231b51baa949bb8aed640e94 /junklib.c
parent47493817d037f676c1cdbc0b8bfa918908d9e1af (diff)
disabled test code in id3v2 writer
Diffstat (limited to 'junklib.c')
-rw-r--r--junklib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/junklib.c b/junklib.c
index 2d7ee3a2..874a35f7 100644
--- a/junklib.c
+++ b/junklib.c
@@ -3155,8 +3155,8 @@ junk_rewrite_tags (playItem_t *it, uint32_t junk_flags, int id3v2_version, const
if (val && *val) {
if (strcmp (frm_name, "TXXX")) {
trace ("add_frame %s %s\n", frm_name, val);
- //junk_id3v2_add_text_frame (&id3v2, frm_name, val);
- junk_id3v2_add_text_frame (&id3v2, frm_name, "test line 1\nтестовая строка №2");
+ junk_id3v2_add_text_frame (&id3v2, frm_name, val);
+ //junk_id3v2_add_text_frame (&id3v2, frm_name, "test line 1\nтестовая строка №2");
}
else {
for (int txx = 0; txx_mapping[txx]; txx += 2) {