diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-28 14:17:18 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-03-28 14:17:18 -0400 |
| commit | 934b3e668cdad0ad29f7d6a3f613fc4d687c6743 (patch) | |
| tree | ca42a4c53e2914953d08443d40e36145fb7b0148 /MediaBrowser.Controller | |
| parent | ec49a657525292b97c152027779b96274ed30685 (diff) | |
add more content to dlna profile editing page
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/Dlna/CodecProfile.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Dlna/CodecProfile.cs b/MediaBrowser.Controller/Dlna/CodecProfile.cs index 75f80ed3b..e2eb60d9a 100644 --- a/MediaBrowser.Controller/Dlna/CodecProfile.cs +++ b/MediaBrowser.Controller/Dlna/CodecProfile.cs @@ -35,9 +35,9 @@ namespace MediaBrowser.Controller.Dlna public enum CodecType { - VideoCodec = 0, - VideoAudioCodec = 1, - AudioCodec = 2 + Video = 0, + VideoAudio = 1, + Audio = 2 } public class ProfileCondition |
