diff --git a/src/de/mas/wiiu/jnus/NUSTitle.java b/src/de/mas/wiiu/jnus/NUSTitle.java index cf4d29c..3622baf 100644 --- a/src/de/mas/wiiu/jnus/NUSTitle.java +++ b/src/de/mas/wiiu/jnus/NUSTitle.java @@ -125,7 +125,7 @@ public class NUSTitle { .flatMap(e -> { if (!e.isDir()) { if (p.matcher(e.getFullPath().replace("/", File.separator)).matches()) { - return Stream.of(entry); + return Stream.of(e); } else { return Stream.empty(); }