diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-05-25 21:34:20 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-05-25 21:34:20 +0200 |
commit | 9deed4282504b96829f353b418e9c7ee5cbaed08 (patch) | |
tree | 6d22e1de111bbbc6a91f372e21fee56f648ddde9 /plugins/gtkui | |
parent | e4bf935dff8526d4a1a2abcb37075cf0be24766b (diff) |
block writing tags to cue tracks (again)
Diffstat (limited to 'plugins/gtkui')
-rw-r--r-- | plugins/gtkui/trkproperties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/trkproperties.c b/plugins/gtkui/trkproperties.c index 0652cb6f..80e343d6 100644 --- a/plugins/gtkui/trkproperties.c +++ b/plugins/gtkui/trkproperties.c @@ -219,7 +219,7 @@ show_track_properties_dlg (DB_playItem_t *it) { } } - if (dec && dec->write_metadata/* && deadbeef->conf_get_int ("enable_tag_writing", 0)*/) { + if (dec && dec->write_metadata) { allow_editing = 1; } } |