diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-06 17:22:03 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-06 17:22:03 -0500 |
| commit | 14084fdd87932823e9a843244b39b6334ccf128e (patch) | |
| tree | f68affa980662314c3021687405912bf62e372f0 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 8b29e67e2240eaf5a1ca091ce23fde0b1784815b (diff) | |
separate metadata refresh from validation
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 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" /> |
