mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-21 03:52:42 +00:00
Merge pull request #7021 from cvium/baseitem_closure
This commit is contained in:
@@ -2739,7 +2739,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool Equals(BaseItem other) => Equals(Id, other?.Id);
|
||||
public bool Equals(BaseItem other) => Id == other?.Id;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override int GetHashCode() => HashCode.Combine(Id);
|
||||
|
||||
Reference in New Issue
Block a user