Use Enum for scrobble rule type

This commit is contained in:
Claudio Ortolina
2025-07-04 14:23:19 +01:00
parent 81f0ec8830
commit aee08cc2bb
7 changed files with 36 additions and 39 deletions
@@ -11,7 +11,7 @@ defmodule MusicLibrary.ScrobbleRulesFixtures do
"""
def scrobble_rule_fixture(attrs \\ %{}) do
default_attrs = %{
type: "album",
type: :album,
match_value: "Dark Side of the Moon",
target_musicbrainz_id: "12345678-1234-1234-1234-123456789012",
enabled: true,