Skip to content

Commit

Permalink
Merge pull request #7 from GMatrixGames/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
NotOfficer authored Aug 8, 2024
2 parents 7b53b89 + 651de3b commit a625db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EpicManifestParser/Api/ManifestInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public class ManifestInfoElement
/// <summary/>
public bool UseSignedUrl { get; set; }
/// <summary/>
public Dictionary<string, string>? Metadata { get; set; }
public Dictionary<string, object>? Metadata { get; set; }
/// <summary/>
public required List<ManifestInfoElementManifest> Manifests { get; set; }

Expand Down

0 comments on commit a625db9

Please sign in to comment.