diff options
| author | crobibero <cody@robibe.ro> | 2020-06-06 16:30:18 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-06-06 16:30:18 -0600 |
| commit | 826ed9d9c7adcfd96426a92b544589261fb42326 (patch) | |
| tree | 8b649c868f8db2376f0f96ac96fb032680938ff3 | |
| parent | 6d4f3c42a215e25d6c2afe21d03bf93b208a0565 (diff) | |
Add omdb config as embedded resource
| -rw-r--r-- | MediaBrowser.Providers/MediaBrowser.Providers.csproj | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/MediaBrowser.Providers/MediaBrowser.Providers.csproj b/MediaBrowser.Providers/MediaBrowser.Providers.csproj index 5073b40157..16cea7e61c 100644 --- a/MediaBrowser.Providers/MediaBrowser.Providers.csproj +++ b/MediaBrowser.Providers/MediaBrowser.Providers.csproj @@ -44,11 +44,10 @@ <ItemGroup> <None Remove="Plugins\AudioDb\Configuration\config.html" /> <EmbeddedResource Include="Plugins\AudioDb\Configuration\config.html" /> - </ItemGroup> - - <ItemGroup> + <None Remove="Plugins\Omdb\Configuration\config.html" /> + <EmbeddedResource Include="Plugins\Omdb\Configuration\config.html" /> <None Remove="Plugins\MusicBrainz\Configuration\config.html" /> <EmbeddedResource Include="Plugins\MusicBrainz\Configuration\config.html" /> </ItemGroup> - + </Project> |
