Browse Source

Remove testid from BaseItem

Eric Reed 12 năm trước cách đây
mục cha
commit
ab29ffd715
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  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";