Remove testid from BaseItem
This commit is contained in:
parent
7e52ac6a54
commit
ab29ffd715
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user