We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c16b35 commit fbe3136Copy full SHA for fbe3136
src/NexusMods.App.UI/Pages/LocalFileDataProvider.cs
@@ -24,6 +24,7 @@ public LocalFileDataProvider(IServiceProvider serviceProvider)
24
_connection = serviceProvider.GetRequiredService<IConnection>();
25
}
26
27
+ // TODO: update once we have game information on Local Files
28
public LibraryFile.ReadOnly[] GetAllFiles(GameId gameId, IDb? db = null) => [];
29
30
public IObservable<IChangeSet<CompositeItemModel<EntityId>, EntityId>> ObserveLibraryItems(LibraryFilter libraryFilter)
0 commit comments