Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Dec 24, 2024
1 parent 9d0b8e3 commit 8b601f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/reverse_engineering/pages/channel_upload_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class _InitialData extends InitialData {
video = video
?.get('onTap')
?.get('innertubeCommand')
?.get('reelWatchEndpoint');
?.get(type.youtubeRenderText);
}
}

Expand Down

0 comments on commit 8b601f6

Please sign in to comment.