mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Remove ContentsAusio scan type
It had few uses and had a confusing name. People though it did fuzzy audio data matching, which it does not.
This commit is contained in:
@@ -21,7 +21,6 @@ class ScannerME(ScannerBase):
|
||||
ScanOption(ScanType.FieldsNoOrder, tr("Filename - Fields (No Order)")),
|
||||
ScanOption(ScanType.Tag, tr("Tags")),
|
||||
ScanOption(ScanType.Contents, tr("Contents")),
|
||||
ScanOption(ScanType.ContentsAudio, tr("Audio Contents")),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user