diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-21 11:55:35 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-21 11:55:35 -0400 |
| commit | 76ed60605b03e14672afd54370d6bb1fc6e7544a (patch) | |
| tree | 70517d7e6c29f70b6366b62c5125023e38329d1f /MediaBrowser.Model.Portable | |
| parent | fda7ff5bf2795cb03ee2a5355c8003da31bf24f9 (diff) | |
update chromecast
Diffstat (limited to 'MediaBrowser.Model.Portable')
| -rw-r--r-- | MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj | 6 |
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 dfc7b55d86..99c4a46296 100644 --- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj +++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj @@ -695,9 +695,15 @@ <Compile Include="..\MediaBrowser.Model\Notifications\SendToUserType.cs"> <Link>Notifications\SendToUserType.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistCreationRequest.cs"> + <Link>Playlists\PlaylistCreationRequest.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistCreationResult.cs"> <Link>Playlists\PlaylistCreationResult.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistItemQuery.cs"> + <Link>Playlists\PlaylistItemQuery.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Plugins\BasePluginConfiguration.cs"> <Link>Plugins\BasePluginConfiguration.cs</Link> </Compile> |
