[x] Add image to transformer. Every album is transformed, this is a minor operation.
[x] Add image saving to notification flow.
I'm using pattern matching to basically do nothing if a record is found, to fall through and blindly return :ok for Oban. I should be able to hijack the create_if_missing case statement that returns a record and perform an update then.
I'm using pattern matching to basically do nothing if a record is found, to fall through and blindly return :ok for Oban. I should be able to hijack the
create_if_missing
case statement that returns a record and perform an update then.