Display the uploader in the notification

This commit is contained in:
Bnyro 2023-01-16 14:33:38 +01:00
parent cf17c0dfee
commit 930df73efa

View File

@ -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 {