Update abstract.py

This commit is contained in:
Hellow2 2023-04-04 11:01:09 +02:00
parent 9481f0e2ea
commit be96d93b50

View File

@ -513,5 +513,5 @@ class Page:
return None
@classmethod
def _download_song_to_targets(cls, source: Source, target: Target) -> Target:
def _download_song_to_targets(cls, source: Source, target: Target) -> bool:
return False