diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-19 15:32:37 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-19 15:32:37 -0400 |
| commit | db1bf5b1b55c8012e9ca3393fd59b9469ee5aeaf (patch) | |
| tree | 61dd1b04e176e9d83b931de063796cbf03756f7a /MediaBrowser.Controller/Entities/SourceType.cs | |
| parent | 1d2b6329bf3d395c57ac45a0f56b2e15bbee4c22 (diff) | |
audio podcast
Diffstat (limited to 'MediaBrowser.Controller/Entities/SourceType.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/SourceType.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Entities/SourceType.cs b/MediaBrowser.Controller/Entities/SourceType.cs index 9c307b4e6..92976344c 100644 --- a/MediaBrowser.Controller/Entities/SourceType.cs +++ b/MediaBrowser.Controller/Entities/SourceType.cs @@ -3,8 +3,8 @@ namespace MediaBrowser.Controller.Entities { public enum SourceType { - Library = 0, - Channel = 1, - LiveTV = 2 + Library = 1, + Channel = 2, + LiveTV = 3 } } |
