bug fixes

This commit is contained in:
MohammadTaha Basiri 2022-03-25 22:27:19 +04:30
parent 24fee2221a
commit d9890d6a9d
1 changed files with 3 additions and 1 deletions

View File

@ -78,8 +78,10 @@ class StudioDetailsState extends CoreProvier {
appState = AppState.idle; appState = AppState.idle;
return; return;
} }
if (isForward == null) {
appState = AppState.failed; appState = AppState.failed;
} }
}
Future<void> _handlePodcastPlayback(StudioDetailsData studio) async { Future<void> _handlePodcastPlayback(StudioDetailsData studio) async {
if (args.type == 'podcast') { if (args.type == 'podcast') {