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