Register lossy_converter in repair jobs module list
Job was not appearing in Library Maintenance because the module was not in the _JOB_MODULES import list.
This commit is contained in:
parent
598b63ba25
commit
adefe1c892
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ _JOB_MODULES = [
|
|||
'core.repair_jobs.library_reorganize',
|
||||
'core.repair_jobs.mbid_mismatch_detector',
|
||||
'core.repair_jobs.single_album_dedup',
|
||||
'core.repair_jobs.lossy_converter',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue