aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaBrowser.Controller.csproj
diff options
context:
space:
mode:
authorThomas Gillen <thomas.gillen@googlemail.com>2014-05-05 20:53:05 +0100
committerThomas Gillen <thomas.gillen@googlemail.com>2014-05-07 22:18:24 +0100
commita14e919a8570cabdbb60eb7bb579a18290f1380f (patch)
tree23c625fa5c747bd76680c5c3eabd8f1c3869abc6 /MediaBrowser.Controller/MediaBrowser.Controller.csproj
parente45001f99cf3261c09ba296ed0e006bce769c823 (diff)
Added item identity providers and converters
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 6a7557e3a5..6d09fe163d 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -194,6 +194,7 @@
<Compile Include="Security\IEncryptionManager.cs" />
<Compile Include="Subtitles\ISubtitleManager.cs" />
<Compile Include="Subtitles\ISubtitleProvider.cs" />
+ <Compile Include="Providers\ItemIdentities.cs" />
<Compile Include="Providers\ItemLookupInfo.cs" />
<Compile Include="Providers\MetadataRefreshOptions.cs" />
<Compile Include="Providers\NameParser.cs" />