1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-24 16:51:59 +01:00

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

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