mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
Don't set default checksum command-line
This commit is contained in:
parent
a4425aa60e
commit
7112c30415
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ class DuplicatesPlugin(BeetsPlugin):
|
|||
self.config.add({'full': False})
|
||||
self.config.add({'path': False})
|
||||
self.config.add({'keys': ['mb_trackid', 'mb_albumid']})
|
||||
self.config.add({'checksum': 'ffmpeg -i {file} -f crc -'})
|
||||
self.config.add({'checksum': None})
|
||||
|
||||
self._command = Subcommand('duplicates',
|
||||
help=__doc__,
|
||||
|
|
|
|||
Loading…
Reference in a new issue