fix: add logger.catch for rip_song

pull/1/head
WorldObservationLog 5 months ago
parent b31d30f746
commit 1087fa9b7f
  1. 1
      src/rip.py

@ -13,6 +13,7 @@ from src.url import Song, Album, URLType
from src.utils import check_song_exists
@logger.catch
async def rip_song(song: Song, auth_params: GlobalAuthParams, codec: str, config: Config, device: Device,
force_save: bool = False):
logger.debug(f"Task of song id {song.id} was created")

Loading…
Cancel
Save