Skip to content

Commit

Permalink
fix(yt): Update VideoState.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
earthonion authored May 19, 2024
1 parent 011deb8 commit 19daaa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ enum class VideoState {
Logger.printDebug { "VideoState changed to: $state" }
if (state == NEW) {
Logger.printDebug {"VideoUrl changed to: $videoUrl"}
Utils.openUri(videoUrl);
Utils.openUri(Utils.getContext(),videoUrl);
}

currentVideoState = state
Expand Down

0 comments on commit 19daaa9

Please sign in to comment.