Skip to content

Commit

Permalink
Fix issue with Android response
Browse files Browse the repository at this point in the history
  • Loading branch information
GMatrixGames authored Aug 8, 2024
1 parent 7b53b89 commit 651de3b
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 651de3b

Please sign in to comment.