diff --git a/Moonlight/App/Services/DomainService.cs b/Moonlight/App/Services/DomainService.cs index 7eb0a0b1..51837c5d 100644 --- a/Moonlight/App/Services/DomainService.cs +++ b/Moonlight/App/Services/DomainService.cs @@ -160,7 +160,7 @@ public class DomainService Type = record.Type }); } - else if (record.Name.EndsWith(rname)) + else if (record.Name == rname) { result.Add(new() {