Add full rescan reason for original year tag support.
This commit is contained in:
parent
f126f5f2b0
commit
4722477b1e
|
@ -115,6 +115,7 @@ Library::Library(Application* app, QObject* parent)
|
|||
|
||||
// full rescan revisions
|
||||
full_rescan_revisions_[26] = tr("CUE sheet support");
|
||||
full_rescan_revisions_[50] = tr("Original year tag support");
|
||||
|
||||
ReloadSettings();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue