File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
s6-overlay/s6-rc.d/init-mod-themepark
s6-overlay/s6-rc.d/init-mod-themepark Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353# Function to download files for a given addon
5454download_favicon_files() {
5555 local addon=$1
56- local urls=$(curl -s "${TP_SCHEME}://${TP_DOMAIN}/themes.json" | jq -r ".addons.sonarr [\"$addon\"].files[]?")
56+ local urls=$(curl -s "${TP_SCHEME}://${TP_DOMAIN}/themes.json" | jq -r ".addons.radarr [\"$addon\"].files[]?")
5757 for url in $urls; do
5858 # Remove the query parameters from the URL
5959 clean_url="${url%%\?*}"
Original file line number Diff line number Diff line change 5353# Function to download files for a given addon
5454download_favicon_files() {
5555 local addon=$1
56- local urls=$(curl -s "${TP_SCHEME}://${TP_DOMAIN}/themes.json" | jq -r ".addons.sonarr [\"$addon\"].files[]?")
56+ local urls=$(curl -s "${TP_SCHEME}://${TP_DOMAIN}/themes.json" | jq -r ".addons.radarr [\"$addon\"].files[]?")
5757 for url in $urls; do
5858 # Remove the query parameters from the URL
5959 clean_url="${url%%\?*}"
Original file line number Diff line number Diff line change 5353# Function to download files for a given addon
5454download_favicon_files() {
5555 local addon=$1
56- local urls=$(curl -s "${TP_SCHEME}://${TP_DOMAIN}/themes.json" | jq -r ".addons.sonarr [\"$addon\"].files[]?")
56+ local urls=$(curl -s "${TP_SCHEME}://${TP_DOMAIN}/themes.json" | jq -r ".addons.readarr [\"$addon\"].files[]?")
5757 for url in $urls; do
5858 # Remove the query parameters from the URL
5959 clean_url="${url%%\?*}"
Original file line number Diff line number Diff line change 5353# Function to download files for a given addon
5454download_favicon_files() {
5555 local addon=$1
56- local urls=$(curl -s "${TP_SCHEME}://${TP_DOMAIN}/themes.json" | jq -r ".addons.sonarr [\"$addon\"].files[]?")
56+ local urls=$(curl -s "${TP_SCHEME}://${TP_DOMAIN}/themes.json" | jq -r ".addons.readarr [\"$addon\"].files[]?")
5757 for url in $urls; do
5858 # Remove the query parameters from the URL
5959 clean_url="${url%%\?*}"
You can’t perform that action at this time.
0 commit comments