Omit message in synced lyrics error

This commit is contained in:
Rafael Moraes
2026-04-21 11:44:17 -03:00
parent 3c54368f03
commit ff5298c0ae
+1 -3
View File
@@ -191,9 +191,7 @@ class AppleMusicDownloader:
raise item.media.error
if self.synced_lyrics_only:
raise GamdlDownloaderSyncedLyricsOnlyError(
"Download mode is set to synced lyrics only"
)
raise GamdlDownloaderSyncedLyricsOnlyError()
if Path(item.final_path).exists() and not self.overwrite:
raise GamdlDownloaderMediaFileExistsError(item.final_path)