mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-19 04:06:33 -07:00
feature: Version selection (#235)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
935d6fe176
commit
f0414439f3
13 changed files with 142 additions and 60 deletions
|
|
@ -131,6 +131,9 @@ class _ItemDetailScreenState extends ConsumerState<EpisodeDetailScreen> {
|
|||
padding: padding,
|
||||
child: MediaStreamInformation(
|
||||
mediaStream: details.episode!.mediaStreams,
|
||||
onVersionIndexChanged: (index) {
|
||||
ref.read(providerInstance.notifier).setVersionIndex(index);
|
||||
},
|
||||
onSubIndexChanged: (index) {
|
||||
ref.read(providerInstance.notifier).setSubIndex(index);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue