diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-27 01:18:39 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-27 01:18:39 -0400 |
| commit | d270b10db67eeaa16a35920d5d86b1975dfffd16 (patch) | |
| tree | 8ecb86ddaf4f5ac495ba64ff16fcfb682ec4ea40 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 6652d856f9047b7669b3b00ea5c8cc42ba05256a (diff) | |
move auto-organize to plugin
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index e28e1761ec..9cba48b749 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -128,7 +128,6 @@ <Compile Include="Entities\UserView.cs" /> <Compile Include="Entities\UserViewBuilder.cs" /> <Compile Include="Extensions\StringExtensions.cs" /> - <Compile Include="FileOrganization\IFileOrganizationService.cs" /> <Compile Include="IO\StreamHelper.cs" /> <Compile Include="Library\DeleteOptions.cs" /> <Compile Include="Library\ILibraryPostScanTask.cs" /> @@ -205,7 +204,6 @@ <Compile Include="Notifications\INotificationTypeFactory.cs" /> <Compile Include="Notifications\NotificationUpdateEventArgs.cs" /> <Compile Include="Notifications\UserNotification.cs" /> - <Compile Include="Persistence\IFileOrganizationRepository.cs" /> <Compile Include="Persistence\MediaStreamQuery.cs" /> <Compile Include="Playlists\IPlaylistManager.cs" /> <Compile Include="Playlists\Playlist.cs" /> |
