Working implementation
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace TinfoilVibeServer.Models;
|
||||
using TinfoilVibeServer.Services;
|
||||
|
||||
namespace TinfoilVibeServer.Models;
|
||||
|
||||
/// <summary>
|
||||
/// One line in the snapshot – the JSON will be an array of these.
|
||||
@@ -7,5 +9,5 @@ public sealed record FileEntry(
|
||||
string Path,
|
||||
long Size,
|
||||
string Hash, // SHA‑256 hex
|
||||
NcaMetadataDto? Title // null unless file is an NSP/XCI or an archive containing one
|
||||
NcaMetadataWithHash? Title // null unless file is an NSP/XCI or an archive containing one
|
||||
);
|
||||
Reference in New Issue
Block a user