diff options
| author | Bond_009 <Bond.009@outlook.com> | 2019-03-31 15:24:18 +0200 |
|---|---|---|
| committer | Bond_009 <Bond.009@outlook.com> | 2019-03-31 15:25:30 +0200 |
| commit | f2e2065fd4a879c8583f487e161e09909ed704b2 (patch) | |
| tree | 8ddc2e4fc540e0ff6a57063ff5bce372feccca35 | |
| parent | c032a015a44a042f3428cbd8dda0f154e3232b4e (diff) | |
Remove unused dependency for Emby.Naming
| -rw-r--r-- | Emby.Naming/Emby.Naming.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Naming/Emby.Naming.csproj b/Emby.Naming/Emby.Naming.csproj index e344e7811..c448ec0ce 100644 --- a/Emby.Naming/Emby.Naming.csproj +++ b/Emby.Naming/Emby.Naming.csproj @@ -10,7 +10,7 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" /> + <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" /> </ItemGroup> <PropertyGroup> |
