mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
update lrc_only check
This commit is contained in:
parent
89080a0f7f
commit
b1c02cffef
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user