소스 검색

Remove testid from BaseItem

Eric Reed 12 년 전
부모
커밋
ab29ffd715
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      MediaBrowser.Controller/Entities/BaseItem.cs

+ 1 - 5
MediaBrowser.Controller/Entities/BaseItem.cs

@@ -24,11 +24,7 @@ namespace MediaBrowser.Controller.Entities
     /// </summary>
     public abstract class BaseItem : IHasProviderIds
     {
-        private Guid _testId = Guid.NewGuid();
-        public Guid TestId
-        {
-            get { return _testId; }
-        }        /// <summary>
+        /// <summary>
         /// The trailer folder name
         /// </summary>
         public const string TrailerFolderName = "trailers";