From 9deed4282504b96829f353b418e9c7ee5cbaed08 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 25 May 2010 21:34:20 +0200 Subject: block writing tags to cue tracks (again) --- plugins/gtkui/trkproperties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gtkui') 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; } } -- cgit v1.2.3