diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-09 18:22:04 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-09 18:22:04 -0400 |
| commit | 74a8ca9c38d17e407c70aafe2cfd42b8b13d923e (patch) | |
| tree | e5f854faa1a10ec106c8ff502d9448f793b63602 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | ad6f47329f6600a42868c58056656ea8f65d2ca6 (diff) | |
fix case sensitive file names
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 e04cc2087..d966d4df5 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -174,6 +174,7 @@ <Compile Include="Library\IUserDataManager.cs" /> <Compile Include="Library\IUserViewManager.cs" /> <Compile Include="Library\LibraryManagerExtensions.cs" /> + <Compile Include="Library\MetadataConfigurationStore.cs" /> <Compile Include="Library\PlaybackStopEventArgs.cs" /> <Compile Include="Library\UserDataSaveEventArgs.cs" /> <Compile Include="LiveTv\RecordingGroup.cs" /> |
