mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-08 10:32:27 -04:00
Misc changes
Formatting, remove extra functions, documentation
This commit is contained in:
parent
0966263556
commit
f93a018163
6 changed files with 26 additions and 32 deletions
|
@ -865,7 +865,7 @@ class Tracklist(list):
|
|||
:param codec:
|
||||
:param kwargs:
|
||||
"""
|
||||
if (sr := kwargs.get("sampling_rate")) :
|
||||
if sr := kwargs.get("sampling_rate"):
|
||||
if sr < 44100:
|
||||
logger.warning(
|
||||
"Sampling rate %d is lower than 44.1kHz."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue