Fixed slash/backslash issue for image

Fixed: Fixed slash/backslash issue for image
pull/194/head
TRaSH 3 years ago
parent 54790ec144
commit 3e19ec4ba3

@ -214,7 +214,7 @@ It will show you a short description where and how to add what.
??? example
![!dn-radarr-integration-instructions](images\dn-radarr-integration-instructions.png)
![!dn-radarr-integration-instructions](images/dn-radarr-integration-instructions.png)
### Radarr, Readarr and Lidarr

@ -0,0 +1,15 @@
{
"name": "TRaSH Guides",
"short_name": "Guidarr",
"description": "Guides mainly for Sonarr/Radarr/Bazarr and everything related to it.",
"icons": [
{
"src": "img/logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#4051B5",
"background_color": "#2E303E",
"display": "standalone"
}
Loading…
Cancel
Save