diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-22 17:38:48 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-22 17:38:48 -0500 |
| commit | d4adc9799c54b46c99a02cc2e74e62ea20f809e3 (patch) | |
| tree | 65f6a4b603c603cb4179c11876e1ccba11f49b81 /MediaBrowser.Api/Playback/BaseStreamingService.cs | |
| parent | ac80f22686446c10b87c063014fc0db55fd53186 (diff) | |
reduce size of logging messages
Diffstat (limited to 'MediaBrowser.Api/Playback/BaseStreamingService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/BaseStreamingService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/BaseStreamingService.cs b/MediaBrowser.Api/Playback/BaseStreamingService.cs index f872b7274..6761c272d 100644 --- a/MediaBrowser.Api/Playback/BaseStreamingService.cs +++ b/MediaBrowser.Api/Playback/BaseStreamingService.cs @@ -1060,6 +1060,7 @@ namespace MediaBrowser.Api.Playback //state.RunTimeTicks = recording.RunTimeTicks; state.ReadInputAtNativeFramerate = recording.RecordingInfo.Status == RecordingStatus.InProgress; + state.SendInputOverStandardInput = recording.RecordingInfo.Status == RecordingStatus.InProgress; state.AudioSync = 1000; state.DeInterlace = true; } |
