diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 14:01:18 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 67754dc5366976b0f4300af2d1798baa81423df5 (patch) | |
tree | ea7d78652e52e8e347f1976c4b2777cd6565462f /lib/lsg/icecast.ex | |
parent | Nola rename cont. pt. 2. Refs T77. (diff) |
Nola rename, cont. pt. 3. Refs T77.
`s/:lsg/:nola/g`
Diffstat (limited to '')
-rw-r--r-- | lib/lsg/icecast.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lsg/icecast.ex b/lib/lsg/icecast.ex index 60fb45a..5a53192 100644 --- a/lib/lsg/icecast.ex +++ b/lib/lsg/icecast.ex @@ -41,7 +41,7 @@ defmodule Nola.Icecast do Logger.error "Icecast HTTP Error: #{inspect error}" state end - interval = Application.get_env(:lsg, :icecast_poll_interval, 60_000) + interval = Application.get_env(:nola, :icecast_poll_interval, 60_000) :timer.send_after(interval, :poll) state end |