Skip to content

Commit

Permalink
Fix bad access
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Sep 2, 2024
1 parent c8b4e5e commit 46318bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/boombox/hls.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Boombox.HLS do

@impl true
def init(config) do
{:ok, config}
{:ok, %{directory: config[:directory]}}
end

@impl true
Expand Down

0 comments on commit 46318bc

Please sign in to comment.