From da8e17d2df040ffa4336ae8d8ffc74861b30c584 Mon Sep 17 00:00:00 2001 From: Nicolas Guillaumin Date: Sun, 31 Dec 2017 14:24:36 -0800 Subject: [PATCH] Simplify boolean check --- beets/autotag/mb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/autotag/mb.py b/beets/autotag/mb.py index e32f73329..eb7c30808 100644 --- a/beets/autotag/mb.py +++ b/beets/autotag/mb.py @@ -295,7 +295,7 @@ def album_info(release): if ('video' in track['recording'] and track['recording']['video'] == 'true' and - config['match']['ignore_video_tracks'].get(bool) is True): + config['match']['ignore_video_tracks']): continue # Basic information from the recording.