mirror of
https://github.com/beetbox/beets.git
synced 2026-01-10 18:07:00 +01:00
Simplify boolean check
This commit is contained in:
parent
d325bceb1d
commit
da8e17d2df
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue