Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Mar 25, 2024
1 parent 4ec4bed commit 26e0de3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def _generate_text(self, src_text: str) -> str:
return format_audio_tags(search_results)

def _report_results(self, r: FileSaveResults):
"""
Show a tooltip with audio download results.
"""
if not self._caller.cfg.audio_download_report:
return
txt = io.StringIO()
Expand Down

0 comments on commit 26e0de3

Please sign in to comment.