Skip to content

Commit

Permalink
fix: pass in extension
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Feb 23, 2024
1 parent e11a786 commit 65ec199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/screen/detail/artwork_detail_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,7 @@ class _ArtworkDetailPageState extends State<ArtworkDetailPage>
Navigator.pushNamed(
context,
AppRouter.irlWebView,
arguments: IRLWebScreenPayload(
'${irlUrl.second}?owner=${asset.owner}'),
arguments: IRLWebScreenPayload(irlUrl.second),
),
);
},
Expand Down
2 changes: 1 addition & 1 deletion lib/util/asset_token_ext.dart
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ extension AssetTokenExtension on AssetToken {
return Pair(
'tape_sound'.tr(),
'${Environment.feralFileAPIURL}/'
'artwork/yoko-ono-sound-piece/$index/record',
'artwork/yoko-ono-sound-piece/$index/record?owner=$owner',
);
}
}
Expand Down

0 comments on commit 65ec199

Please sign in to comment.