Merge pull request #4928 from eduardosm/originalyear-tag

Add full rescan reason for original year tag support.
This commit is contained in:
John Maguire 2015-07-01 09:38:11 -04:00
commit 42fd4d7875
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}