Made the requested changes.

The requested changes by JonnyWong16 in the PR request were done in this
commit.
This commit is contained in:
samip5 2018-04-10 20:07:56 +03:00
parent 3742021dcc
commit eabea2deeb
No known key found for this signature in database
GPG key ID: 50718B4E2773CE16
2 changed files with 3 additions and 7 deletions

View file

@ -520,8 +520,8 @@ NEWSLETTER_PARAMETERS = [
'parameters': [
{'name': 'Server Name', 'type': 'str', 'value': 'server_name', 'description': 'The name of your Plex Server.'},
{'name': 'Start Date', 'type': 'str', 'value': 'start_date', 'description': 'The start date of the newesletter.'},
{'name': 'Week Number', 'type': 'int', 'value': 'week_number', 'description': 'The week number of current week.'},
{'name': 'End Date', 'type': 'str', 'value': 'end_date', 'description': 'The end date of the newesletter.'},
{'name': 'Week Number', 'type': 'int', 'value': 'week_number', 'description': 'The week number of current week.'},
{'name': 'Newsletter Days', 'type': 'int', 'value': 'newsletter_days', 'description': 'The past number of days included in the newsletter.'},
{'name': 'Newsletter URL', 'type': 'str', 'value': 'newsletter_url', 'description': 'The self-hosted URL to the newsletter.'},
{'name': 'Newsletter UUID', 'type': 'str', 'value': 'newsletter_uuid', 'description': 'The unique identifier for the newsletter.'},