Use release instead of year

This commit is contained in:
Claudio Ortolina
2024-10-02 14:22:22 +01:00
parent 97b04ba8a2
commit 024d95da7c
13 changed files with 44 additions and 42 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
defmodule Obsidian.Entry do
defstruct [:type, :musicbrainz_id, :title, :year, :image_url, :genres]
defstruct [:type, :musicbrainz_id, :title, :release, :image_url, :genres]
end