modules/{prowlarr,radarr}: fix homer ping method

This commit is contained in:
Felix Buehler 2024-02-18 20:13:09 +01:00
parent c4d2952424
commit ce5fcb3aa1
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@ in
category = "app";
icon = "sync-alt";
url = "https://indexer.${domain}";
method = "get";
};
};
};

View file

@ -58,6 +58,7 @@ in
category = "media";
icon = "film";
url = "https://movies.${domain}";
method = "get";
};
};
};