Browse Source

fix emby dmod bug

pull/240/head
GilbN 4 years ago
committed by GitHub
parent
commit
e061aa8b75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      emby/root/etc/cont-init.d/98-themepark

4
emby/root/etc/cont-init.d/98-themepark

@ -32,7 +32,7 @@ if ! grep -q "${TP_DOMAIN}" /app/emby/dashboard-ui/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'
sed -i "s/<\/body>/<link rel='stylesheet' href='https:\/\/${TP_DOMAIN}\/CSS\/themes\/jellyfin\/${TP_THEME}.css'><\/body> /g" /app/emby/dashboard-ui/index.html
sed -i "s/<\/body>/<link rel='stylesheet' href='https:\/\/${TP_DOMAIN}\/CSS\/themes\/emby\/${TP_THEME}.css'><\/body> /g" /app/emby/dashboard-ui/index.html
printf 'Stylesheet set to %s\n' "${TP_THEME}
"
fi
fi

Loading…
Cancel
Save