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