more LibationFileManager rename. and bug fix
This commit is contained in:
parent
c43e03b228
commit
6a81b9b02d
19 changed files with 105 additions and 63 deletions
|
|
@ -39,7 +39,7 @@ namespace LibationFileManager
|
|||
|
||||
public static string GetFirstPath(string id, FileType type)
|
||||
=> getEntries(entry => entry.Id == id && entry.FileType == type)
|
||||
.FirstOrDefault()
|
||||
?.FirstOrDefault()
|
||||
?.Path;
|
||||
|
||||
private static List<CacheEntry> getEntries(Func<CacheEntry, bool> predicate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue