Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-06-08 23:18:15 -07:00
parent 3b6e3191ee
commit bbc6e3ec8a
4 changed files with 36 additions and 18 deletions

View file

@ -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