diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-04 14:30:59 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-04 14:30:59 -0400 |
| commit | 12dd9daf49b6dc99272cfceadc9db674cb045908 (patch) | |
| tree | 93676453bc1494e33c03e6fa69c1c0561ad37487 | |
| parent | e7e18af2d76e1d44a9ca80644b9cd562059626c4 (diff) | |
fixing folder that was moved inadvertently
| -rw-r--r-- | MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs (renamed from MediaBrowser.Controller/Notifications/Configuration/IServerConfigurationManager.cs) | 0 | ||||
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Notifications/Configuration/IServerConfigurationManager.cs b/MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs index 810376f6c..810376f6c 100644 --- a/MediaBrowser.Controller/Notifications/Configuration/IServerConfigurationManager.cs +++ b/MediaBrowser.Controller/Configuration/IServerConfigurationManager.cs diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 0d00d50ce..2c33cceb1 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -74,7 +74,7 @@ <Compile Include="Dto\IDtoService.cs" /> <Compile Include="Entities\AdultVideo.cs" /> <Compile Include="Entities\Book.cs" /> - <Compile Include="Notifications\Configuration\IServerConfigurationManager.cs" /> + <Compile Include="Configuration\IServerConfigurationManager.cs" /> <Compile Include="Entities\Audio\MusicGenre.cs" /> <Compile Include="Entities\Game.cs" /> <Compile Include="Entities\GameGenre.cs" /> |
