mirror of https://github.com/ppy/osu
Attempt to fix fody issues by ignoring new property
This commit is contained in:
parent
1cdfa6d9a0
commit
a8bc1ab052
|
@ -36,6 +36,7 @@ public class RealmBeatmap : RealmObject, IHasGuidPrimaryKey, IBeatmapInfo, IEqua
|
|||
|
||||
public RealmBeatmapSet? BeatmapSet { get; set; }
|
||||
|
||||
[Ignored]
|
||||
public RealmNamedFileUsage? File => BeatmapSet?.Files.First(f => f.File.Hash == Hash);
|
||||
|
||||
public BeatmapSetOnlineStatus Status
|
||||
|
|
Loading…
Reference in New Issue