diff options
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index 4d4ca8e20..a2f2b1318 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -89,6 +89,7 @@ <Compile Include="Configuration\MetadataOptions.cs" /> <Compile Include="Configuration\MetadataPluginSummary.cs" /> <Compile Include="Configuration\MetadataPluginType.cs" /> + <Compile Include="Dlna\SubtitleProfile.cs" /> <Compile Include="Notifications\NotificationOption.cs" /> <Compile Include="Notifications\NotificationOptions.cs" /> <Compile Include="Notifications\NotificationType.cs" /> @@ -295,6 +296,14 @@ <Compile Include="Session\SessionInfoDto.cs" /> <Compile Include="Session\SessionUserInfo.cs" /> <Compile Include="Session\UserDataChangeInfo.cs" /> + <Compile Include="Sync\SyncJob.cs" /> + <Compile Include="Sync\SyncJobQuery.cs" /> + <Compile Include="Sync\SyncJobRequest.cs" /> + <Compile Include="Sync\SyncJobStatus.cs" /> + <Compile Include="Sync\SyncQuality.cs" /> + <Compile Include="Sync\SyncSchedule.cs" /> + <Compile Include="Sync\SyncScheduleQuery.cs" /> + <Compile Include="Sync\SyncScheduleRequest.cs" /> <Compile Include="System\LogFile.cs" /> <Compile Include="Themes\AppTheme.cs" /> <Compile Include="Themes\AppThemeInfo.cs" /> |
