most of #273 done

This commit is contained in:
tidusjar 2016-06-07 14:26:54 +01:00
parent 66bede34f4
commit 4808fffcef
15 changed files with 453 additions and 103 deletions

View file

@ -328,7 +328,7 @@ namespace PlexRequests.UI.Modules
NotificationType = NotificationType.Issue,
Title = originalRequest.Title,
DateTime = DateTime.Now,
Body = issue == IssueState.Other ? comment : issue.ToString().CamelCaseToWords()
Body = issue == IssueState.Other ? comment : issue.ToString().ToCamelCaseWords()
};
await NotificationService.Publish(model);