Add full rescan reason for original year tag support.

This commit is contained in:
Eduardo Sánchez Muñoz 2015-07-01 15:33:25 +02:00
parent f126f5f2b0
commit 4722477b1e
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();
}