@@ -1,4 +1,6 @@
|
||||
defmodule LastFm.Import do
|
||||
@moduledoc false
|
||||
|
||||
@spec batch(keyword()) :: {:ok, non_neg_integer()} | {:error, term()}
|
||||
def batch(opts) do
|
||||
with {:ok, tracks} <- LastFm.get_tracks(opts) do
|
||||
|
||||
Reference in New Issue
Block a user