diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-19 13:08:17 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-19 13:08:17 -0500 |
| commit | d4bdd42acfda160e0a78ac302adc92802b237584 (patch) | |
| tree | 733a2b638b5e8db31fa69b6c2d06c0366dba1808 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 28c88174ae4c5f5ff15bf4004684d949d54c30e9 (diff) | |
#680 - Support new episode file sorting added dummy results repository
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 53632a51c0..ee75065072 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -139,6 +139,7 @@ <Compile Include="News\INewsService.cs" /> <Compile Include="Notifications\INotificationsRepository.cs" /> <Compile Include="Notifications\NotificationUpdateEventArgs.cs" /> + <Compile Include="Persistence\IFileSortingRepository.cs" /> <Compile Include="Persistence\MediaStreamQuery.cs" /> <Compile Include="Providers\IDynamicInfoProvider.cs" /> <Compile Include="Providers\IImageProvider.cs" /> |
