Skip to content

Commit ccea301

Browse files
committed
Added more info to tagging exception
1 parent 5c638f1 commit ccea301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soularr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ def process_completed_album(album_data, failed_grab):
813813
song["album"] = album_data["title"]
814814
song.save()
815815
except Exception:
816-
logger.exception("Error writing tags")
816+
logger.exception(f"Error writing tags for: {file['import_path']}")
817817
command = lidarr.post_command(
818818
name="DownloadedAlbumsScan",
819819
path=album_data["import_folder"],

0 commit comments

Comments
 (0)