mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-22 12:52:33 +00:00
Remove testid from BaseItem
This commit is contained in:
parent
7e52ac6a54
commit
ab29ffd715
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue