summaryrefslogtreecommitdiff
path: root/lib/lsg/icecast.ex
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/lsg/icecast.ex2
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