mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-18 09:04:51 -04:00
Fix bug where mp3 and —quality doesn’t work
This commit is contained in:
parent
3d56defddf
commit
41c4ef4f79
4 changed files with 15 additions and 6 deletions
|
@ -330,7 +330,7 @@ class TrackMetadata:
|
|||
else:
|
||||
text = getattr(self, k)
|
||||
|
||||
if text is not None:
|
||||
if text is not None and v is not None:
|
||||
yield (v.__name__, v(encoding=3, text=text))
|
||||
|
||||
def __mp4_tags(self) -> Tuple[str, str]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue