mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 22:30:30 +05:30
Display the uploader in the notification
This commit is contained in:
parent
cf17c0dfee
commit
930df73efa
@ -125,6 +125,10 @@ class NowPlayingNotification(
|
||||
bitmap
|
||||
}
|
||||
}
|
||||
|
||||
override fun getCurrentSubText(player: Player): CharSequence? {
|
||||
return streams?.uploader
|
||||
}
|
||||
}
|
||||
|
||||
private val customActionReceiver = object : CustomActionReceiver {
|
||||
|
Loading…
Reference in New Issue
Block a user