diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-09 14:32:51 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-09 14:32:51 -0400 |
| commit | c1c4c85fc250ce76d91a2afbda06c13173a06ec6 (patch) | |
| tree | 391836aa25c2565813303b837803b3765c49cd26 /MediaBrowser.Model/DTO/VideoOutputFormats.cs | |
| parent | fd9ba20451604013f11ee657cd3c460b78e678fe (diff) | |
Added some favorites api calls
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
|
