mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
Add play button to TV series screen
This commit is contained in:
@@ -114,6 +114,10 @@ class SeriesViewModel @Inject constructor(
|
||||
))
|
||||
}
|
||||
|
||||
fun onPlayEpisode(episodeId: UUID) {
|
||||
navigationManager.navigate(Route.PlayerRoute(mediaId = episodeId.toString()))
|
||||
}
|
||||
|
||||
fun onBack() {
|
||||
navigationManager.pop()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user