bug fixes
This commit is contained in:
parent
24fee2221a
commit
d9890d6a9d
|
|
@ -78,7 +78,9 @@ class StudioDetailsState extends CoreProvier {
|
||||||
appState = AppState.idle;
|
appState = AppState.idle;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
appState = AppState.failed;
|
if (isForward == null) {
|
||||||
|
appState = AppState.failed;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> _handlePodcastPlayback(StudioDetailsData studio) async {
|
Future<void> _handlePodcastPlayback(StudioDetailsData studio) async {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue