diff options
Diffstat (limited to 'MediaBrowser.Model/DTO/VideoOutputFormats.cs')
| -rw-r--r-- | MediaBrowser.Model/DTO/VideoOutputFormats.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/DTO/VideoOutputFormats.cs b/MediaBrowser.Model/DTO/VideoOutputFormats.cs index d69797acc..3059f6aca 100644 --- a/MediaBrowser.Model/DTO/VideoOutputFormats.cs +++ b/MediaBrowser.Model/DTO/VideoOutputFormats.cs @@ -2,7 +2,7 @@ namespace MediaBrowser.Model.DTO
{
/// <summary>
- /// These are the audio output formats that the api is cabaple of streaming
+ /// These are the video output formats that the api is cabaple of streaming
/// This does not limit the inputs, only the outputs.
/// </summary>
public enum VideoOutputFormats
|
