update lrc_only check

This commit is contained in:
alacleaker 2024-04-08 07:08:11 -03:00
parent 89080a0f7f
commit b1c02cffef

View File

@ -433,7 +433,7 @@ def main(
)
continue
if (
lrc_only
(lrc_only and track["type"] != "songs")
or (track["type"] == "music-videos" and skip_mv)
or (
track["type"] == "music-videos"