From bf43999d36db0edf4c650e78ed146016860b3e9d Mon Sep 17 00:00:00 2001 From: Stef Date: Wed, 3 Sep 2025 09:01:18 +0200 Subject: [PATCH] aiohttp seems to have fixed an issue with Plex HEAD requests --- mem/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mem/__init__.py b/mem/__init__.py index 07cdf0a..2fa4fbb 100644 --- a/mem/__init__.py +++ b/mem/__init__.py @@ -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"),