From 1994ea5b08a3f44dcca82c1a66d13fb4a7bbcd74 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 9 Apr 2024 14:07:49 -0700 Subject: [PATCH] Added apprise to runtime --- config/runtime.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/runtime.exs b/config/runtime.exs index a496f55..df022fd 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -57,6 +57,7 @@ if config_env() == :prod do config :pinchflat, yt_dlp_executable: System.find_executable("yt-dlp"), + apprise_executable: System.find_executable("apprise"), media_directory: "/downloads", metadata_directory: metadata_path, extras_directory: extras_path,