mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-18 17:25:22 -04:00
parent
3b6e3191ee
commit
bbc6e3ec8a
4 changed files with 36 additions and 18 deletions
|
@ -446,7 +446,7 @@ class TrackMetadata:
|
|||
"""
|
||||
self._year = val
|
||||
|
||||
def get_formatter(self) -> dict:
|
||||
def get_formatter(self, max_quality: int) -> dict:
|
||||
"""Return a dict that is used to apply values to file format strings.
|
||||
|
||||
:rtype: dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue