aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model.Portable
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-01 22:34:45 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-01 22:34:45 -0400
commitf0464dfa17d146f34849e45097085b891e51ebc8 (patch)
treec9f2f27ade62ea749728a3d41a5d8b67540dd994 /MediaBrowser.Model.Portable
parent148261a48c1d6058cfa5833f5278e7b0ccdba2fc (diff)
improve poster sizing
Diffstat (limited to 'MediaBrowser.Model.Portable')
-rw-r--r--MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
index f374ed529..ca48b8889 100644
--- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
+++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj
@@ -131,6 +131,9 @@
<Compile Include="..\MediaBrowser.Model\Chapters\RemoteChapterResult.cs">
<Link>Chapters\RemoteChapterResult.cs</Link>
</Compile>
+ <Compile Include="..\MediaBrowser.Model\Collections\CollectionCreationResult.cs">
+ <Link>Collections\CollectionCreationResult.cs</Link>
+ </Compile>
<Compile Include="..\MediaBrowser.Model\Configuration\BaseApplicationConfiguration.cs">
<Link>Configuration\BaseApplicationConfiguration.cs</Link>
</Compile>
@@ -692,6 +695,9 @@
<Compile Include="..\MediaBrowser.Model\Notifications\SendToUserType.cs">
<Link>Notifications\SendToUserType.cs</Link>
</Compile>
+ <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistCreationResult.cs">
+ <Link>Playlists\PlaylistCreationResult.cs</Link>
+ </Compile>
<Compile Include="..\MediaBrowser.Model\Plugins\BasePluginConfiguration.cs">
<Link>Plugins\BasePluginConfiguration.cs</Link>
</Compile>