Rename image* to cover*

This commit is contained in:
Claudio Ortolina
2024-10-02 16:33:42 +01:00
parent fb978406cd
commit 1e0d5486e0
13 changed files with 86 additions and 71 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
defmodule Obsidian.Entry do
defstruct [:type, :musicbrainz_id, :title, :release, :image_url, :genres]
defstruct [:type, :musicbrainz_id, :title, :release, :cover_url, :genres]
end