We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776c9c0 commit be71f52Copy full SHA for be71f52
1 file changed
src/command/playmatch.rs
@@ -608,6 +608,7 @@ pub async fn manual_match_platform(
608
provider_id: igdb_id.to_string(),
609
provider: Igdb,
610
name,
611
+ matched_name: None,
612
comment,
613
user_id: Some(playmatch_user_ctx.playmatch_user.id),
614
})
@@ -658,6 +659,7 @@ pub async fn manual_match_company(
658
659
660
661
662
663
664
665
@@ -725,6 +727,7 @@ pub async fn manual_match_game(
725
727
sha1: sha1_hash,
726
728
sha256: sha256_hash,
729
730
731
732
733
0 commit comments