diff --git a/couchpotato/core/notifications/emby.py b/couchpotato/core/notifications/emby.py index 30254f0..baba521 100644 --- a/couchpotato/core/notifications/emby.py +++ b/couchpotato/core/notifications/emby.py @@ -18,7 +18,7 @@ class Emby(Notification): apikey = self.conf('apikey') host = cleanHost(host) - url = '%semby/Library/Series/Updated' % (host) + url = '%semby/Library/Movies/Updated' % (host) values = {} data = urllib.urlencode(values)