Skip to content

Commit fbe3136

Browse files
erri120Al12rs
andauthored
Update src/NexusMods.App.UI/Pages/LocalFileDataProvider.cs
Co-authored-by: Al <[email protected]>
1 parent 5c16b35 commit fbe3136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NexusMods.App.UI/Pages/LocalFileDataProvider.cs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public LocalFileDataProvider(IServiceProvider serviceProvider)
2424
_connection = serviceProvider.GetRequiredService<IConnection>();
2525
}
2626

27+
// TODO: update once we have game information on Local Files
2728
public LibraryFile.ReadOnly[] GetAllFiles(GameId gameId, IDb? db = null) => [];
2829

2930
public IObservable<IChangeSet<CompositeItemModel<EntityId>, EntityId>> ObserveLibraryItems(LibraryFilter libraryFilter)

0 commit comments

Comments
 (0)