aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaBrowser.Controller.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-06 17:22:03 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-06 17:22:03 -0500
commit14084fdd87932823e9a843244b39b6334ccf128e (patch)
treef68affa980662314c3021687405912bf62e372f0 /MediaBrowser.Controller/MediaBrowser.Controller.csproj
parent8b29e67e2240eaf5a1ca091ce23fde0b1784815b (diff)
separate metadata refresh from validation
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index 8a11cc9a0b..84d95c8e2d 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -103,6 +103,7 @@
<Compile Include="Entities\IItemByName.cs" />
<Compile Include="Entities\ILibraryItem.cs" />
<Compile Include="Entities\ImageSourceInfo.cs" />
+ <Compile Include="Entities\IMetadataContainer.cs" />
<Compile Include="Entities\LinkedChild.cs" />
<Compile Include="Entities\MusicVideo.cs" />
<Compile Include="Entities\IHasAwards.cs" />