fix indicators

This commit is contained in:
Luke Pulverenti 2016-03-19 16:30:43 -04:00
parent db1bf5b1b5
commit 036be90278
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ namespace MediaBrowser.Controller.Entities
{ {
public enum SourceType public enum SourceType
{ {
Library = 1, Library = 0,
Channel = 2, Channel = 1,
LiveTV = 3 LiveTV = 2
} }
} }