Fixed: Manage Tracks not showing whether language/quality meets cutoff

This commit is contained in:
Qstick 2020-09-06 22:24:20 -04:00
parent 5bca13b21f
commit 7860f9ee81
3 changed files with 12 additions and 4 deletions

View file

@ -67,6 +67,7 @@ function createMapStateToProps() {
return {
path: trackFile.path,
quality: trackFile.quality,
qualityCutoffNotMet: trackFile.qualityCutoffNotMet,
...track
};
});