From b35bb93234fc5d40405f1bb82c658ff3f8d0ad27 Mon Sep 17 00:00:00 2001 From: Relwi Date: Thu, 19 May 2022 21:30:25 +0200 Subject: [PATCH] Little change on KDoc --- app/src/main/java/com/github/libretube/BackgroundMode.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/src/main/java/com/github/libretube/BackgroundMode.kt b/app/src/main/java/com/github/libretube/BackgroundMode.kt index 561801ddf..d6d1985cd 100644 --- a/app/src/main/java/com/github/libretube/BackgroundMode.kt +++ b/app/src/main/java/com/github/libretube/BackgroundMode.kt @@ -10,11 +10,7 @@ import kotlinx.coroutines.runBlocking /** * Loads the selected video audio in background mode with a notification area. * - * @param c - * The context, necessarily to build the [ExoPlayer] player. - * - * @param videoId - * The video id to get the video data. + * Needs the [c], necessarily to build the [ExoPlayer] player, and [videoId] to get the video data. */ class BackgroundMode(private val c: Context, private val videoId: String) { /**