Browse Source
Merge pull request #7317 from dynamiccookies/develop
Fixed Misspelling
pull/7319/head
Ruud Burger
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
couchpotato/core/notifications/plex/__init__.py
|
|
@ -27,7 +27,7 @@ config = [{ |
|
|
|
'name': 'media_server_port', |
|
|
|
'label': 'Port', |
|
|
|
'default': '32400', |
|
|
|
'description': 'Connection tot he Media Server should use this port' |
|
|
|
'description': 'Connection to the Media Server should use this port' |
|
|
|
}, |
|
|
|
{ |
|
|
|
'name': 'use_https', |
|
|
|