json response from API are now in pascalCasing

This commit is contained in:
Keivan Beigi 2013-01-25 11:03:28 -08:00 committed by kay.one
commit 9969f66201
11 changed files with 75 additions and 11 deletions

View file

@ -2,6 +2,7 @@
using System.Linq;
using AutoMapper;
using Nancy;
using NzbDrone.Api.Extentions;
using NzbDrone.Core.Providers;
using NzbDrone.Core.Repository.Quality;
using NzbDrone.Api.QualityType;