diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-24 16:27:44 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-24 16:27:44 -0400 |
| commit | cc20c8d7d6c8b46e5026f2ad8d73473dec3fe9d8 (patch) | |
| tree | 7861b40116f9ec7fb8c8dfee731a7ed53de1293c /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 7aa85fc8dd2ea61b54a996cd3233190b85778e0f (diff) | |
update name sorting
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 8941e5384..6f429ed2f 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -331,6 +331,7 @@ <Compile Include="Security\IEncryptionManager.cs" /> <Compile Include="Session\AuthenticationRequest.cs" /> <Compile Include="Social\ISharingManager.cs" /> + <Compile Include="Sorting\SortHelper.cs" /> <Compile Include="Subtitles\ISubtitleManager.cs" /> <Compile Include="Subtitles\ISubtitleProvider.cs" /> <Compile Include="Providers\ItemIdentifier.cs" /> |
