From 4a5c878c360ecb15fe85c4fbd746e763b914fef2 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 24 Sep 2013 22:44:14 +0200 Subject: [PATCH] Wrong config name for plex host --- couchpotato/core/notifications/plex/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/plex/__init__.py b/couchpotato/core/notifications/plex/__init__.py index 70c0a3e5..d68ddb19 100755 --- a/couchpotato/core/notifications/plex/__init__.py +++ b/couchpotato/core/notifications/plex/__init__.py @@ -17,7 +17,7 @@ config = [{ 'type': 'enabler', }, { - 'name': 'host', + 'name': 'media_server', 'label': 'Media Server', 'default': 'localhost', 'description': 'Hostname/IP, default localhost'