Little change on KDoc

This commit is contained in:
Relwi 2022-05-19 21:30:25 +02:00
parent 713d9cfe5b
commit b35bb93234
No known key found for this signature in database
GPG Key ID: 3316DC3D260D0163

View File

@ -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) {
/**