diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-01 21:24:14 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-01 21:24:14 -0500 |
| commit | ad52d8b5d96bea85c17f37da7ff3334164f8d4a4 (patch) | |
| tree | 1011a8fb901bfc8422f66f69fa6ee2effc6362fe /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 42a2522637d1772381eecee0d32ed3ef60fa3c73 (diff) | |
fixes #640 - Add management filters
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index a309d815c..9b89b12c5 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -117,6 +117,7 @@ <Compile Include="Notifications\NotificationUpdateEventArgs.cs" /> <Compile Include="Providers\IDynamicInfoProvider.cs" /> <Compile Include="Providers\IImageProvider.cs" /> + <Compile Include="Providers\NameParser.cs" /> <Compile Include="Session\ISessionManager.cs" /> <Compile Include="Drawing\ImageExtensions.cs" /> <Compile Include="Entities\AggregateFolder.cs" /> |
