소스 검색

fix indicators

Luke Pulverenti 9 년 전
부모
커밋
036be90278
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      MediaBrowser.Controller/Entities/SourceType.cs

+ 3 - 3
MediaBrowser.Controller/Entities/SourceType.cs

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