diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-21 01:52:27 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-21 01:52:27 -0500 |
| commit | bd2f385e563324405c36689f9bb1609455c4d3ec (patch) | |
| tree | 21052930d826551a3b507c9da3f31480095d6c5a /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | ee9d481662f84b3fd1f6c17bf708c27e2067c845 (diff) | |
removed server reference from ui solution
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 58e1b3fb0a..4788772184 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -127,7 +127,7 @@ <Compile Include="Persistence\IUserDataRepository.cs" /> <Compile Include="Persistence\IUserRepository.cs" /> <Compile Include="Persistence\TypeMapper.cs" /> - <Compile Include="Playback\BaseIntroProvider.cs" /> + <Compile Include="Playback\IIntroProvider.cs" /> <Compile Include="Plugins\BaseConfigurationPage.cs" /> <Compile Include="Plugins\PluginSecurityManager.cs" /> <Compile Include="Providers\BaseImageEnhancer.cs" /> |
