We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c638f1 commit ccea301Copy full SHA for ccea301
soularr.py
@@ -813,7 +813,7 @@ def process_completed_album(album_data, failed_grab):
813
song["album"] = album_data["title"]
814
song.save()
815
except Exception:
816
- logger.exception("Error writing tags")
+ logger.exception(f"Error writing tags for: {file['import_path']}")
817
command = lidarr.post_command(
818
name="DownloadedAlbumsScan",
819
path=album_data["import_folder"],
0 commit comments