This commit is contained in:
ed 2021-07-18 23:22:09 +02:00
parent b0c78910bb
commit 515ee2290b
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 11, 41)
VERSION = (0, 11, 42)
CODENAME = "the grid"
BUILD_DT = (2021, 7, 17)
BUILD_DT = (2021, 7, 18)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -229,7 +229,7 @@ class MTag(object):
self.log_func = log_func
self.args = args
self.usable = True
self.prefer_mt = args.no_mtag_ff
self.prefer_mt = not args.no_mtag_ff
self.backend = "ffprobe" if args.no_mutagen else "mutagen"
self.can_ffprobe = (
HAVE_FFPROBE