Skip to content

Commit

Permalink
Fix crash when opening streams
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed May 20, 2021
1 parent 35166fd commit 4c2fb20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies {
// Video player
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5'

implementation 'com.github.arkon:android-youtubeExtractor:9ad6b06'
implementation 'com.github.arkon:android-youtubeExtractor:f5c9a69'

// Networking
final ktor_version = '1.5.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class StreamService @Inject constructor(@ApplicationContext context: Context) {
}
}

// TODO: handle exceptions
suspend fun getStreamInfo(pageUrl: String): StreamInfo {
Timber.d("Fetching stream: $pageUrl")

Expand Down

0 comments on commit 4c2fb20

Please sign in to comment.