aiohttp seems to have fixed an issue with Plex HEAD requests

This commit is contained in:
2025-09-03 09:01:18 +02:00
parent 3f4dc83929
commit bf43999d36

View File

@@ -65,7 +65,7 @@ class service:
services: list[service] = [
service(0, "https://git.ihatemen.uk/", "Gitea"),
service(1, "https://plex.ihatemen.uk/", "Plex", ping_type=1),
service(1, "https://plex.ihatemen.uk/", "Plex"),
service(2, "https://truenas.local/", "TrueNAS", False),
service(3, "https://cloud.ihatemen.uk/", "NextCloud"),
service(4, "https://request.ihatemen.uk/", "Overseerr"),