mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Little change on KDoc
This commit is contained in:
parent
713d9cfe5b
commit
b35bb93234
@ -10,11 +10,7 @@ import kotlinx.coroutines.runBlocking
|
|||||||
/**
|
/**
|
||||||
* Loads the selected video audio in background mode with a notification area.
|
* Loads the selected video audio in background mode with a notification area.
|
||||||
*
|
*
|
||||||
* @param c
|
* Needs the [c], necessarily to build the [ExoPlayer] player, and [videoId] to get the video data.
|
||||||
* The context, necessarily to build the [ExoPlayer] player.
|
|
||||||
*
|
|
||||||
* @param videoId
|
|
||||||
* The video id to get the video data.
|
|
||||||
*/
|
*/
|
||||||
class BackgroundMode(private val c: Context, private val videoId: String) {
|
class BackgroundMode(private val c: Context, private val videoId: String) {
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user