diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-24 23:54:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-24 23:54:45 -0400 |
| commit | 84062573496db136fb011c598fee7b3de129e070 (patch) | |
| tree | d64cedffd7329b085847e9e0dfd894c3429cb6d5 /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | d92936187d2e0a4391dbca6ea182bdb180c3dece (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 7eed7f2ba..dba5baa12 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -115,6 +115,9 @@ <Compile Include="Collections\CollectionsDynamicFolder.cs" /> <Compile Include="Collections\ManualCollectionsFolder.cs" /> <Compile Include="Configuration\ServerConfigurationManager.cs" /> + <Compile Include="Connect\ConnectData.cs" /> + <Compile Include="Connect\ConnectManager.cs" /> + <Compile Include="Connect\ServerRegistrationResponse.cs" /> <Compile Include="Drawing\ImageHeader.cs" /> <Compile Include="Drawing\PercentPlayedDrawer.cs" /> <Compile Include="Drawing\PlayedIndicatorDrawer.cs" /> @@ -130,7 +133,7 @@ <Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" /> <Compile Include="EntryPoints\RefreshUsersMetadata.cs" /> <Compile Include="EntryPoints\UsageEntryPoint.cs" /> - <Compile Include="EntryPoints\WanAddressEntryPoint.cs" /> + <Compile Include="Connect\ConnectEntryPoint.cs" /> <Compile Include="FileOrganization\EpisodeFileOrganizer.cs" /> <Compile Include="FileOrganization\Extensions.cs" /> <Compile Include="FileOrganization\FileOrganizationService.cs" /> |
