mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Implement BaseItem.GetHashCode override
This commit is contained in:
parent
f21cd30039
commit
007c5b9f67
@ -2935,5 +2935,10 @@ namespace MediaBrowser.Controller.Entities
|
||||
|
||||
return Id == item.Id;
|
||||
}
|
||||
|
||||
public override int GetHashCode()
|
||||
{
|
||||
return Id.GetHashCode();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user