This commit is contained in:
Claudio Ortolina
2026-02-09 21:11:28 +00:00
parent 5f07c582d6
commit a5520e076d
+1 -1
View File
@@ -52,7 +52,7 @@ defmodule MusicLibrary.ScrobbleActivity do
case Enum.sort(opts) do
[finished_at: _, started_at: _] ->
raise ArgumentError, """
Cannot scobble a medium with both started_at and finished_at.
Cannot scrobble a medium with both started_at and finished_at.
Remove either of them.
"""