Unrecognized plugins are stored in the tagfile (FromPlug); but only set the user_set flag if the user actually edited it.
This commit is contained in:
parent
4734fc23f5
commit
7e5a488d81
@ -1553,7 +1553,9 @@ PluginManager::save_tags ()
|
||||
node->set_property (X_("id"), (*i).unique_id);
|
||||
node->set_property (X_("tags"), (*i).tags);
|
||||
node->set_property (X_("name"), (*i).name);
|
||||
node->set_property (X_("user-set"), "1");
|
||||
if ( (*i).tagtype >= FromUserFile ) {
|
||||
node->set_property (X_("user-set"), "1");
|
||||
}
|
||||
root->add_child_nocopy (*node);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user