diff --git a/lib/app/app.dart b/lib/app/app.dart index 7a9f22571..9762712f9 100644 --- a/lib/app/app.dart +++ b/lib/app/app.dart @@ -183,6 +183,7 @@ class _AppState extends State { context.select((LibraryModel m) => m.pinnedAlbums.length); context.select((LibraryModel m) => m.starredStations.length); context.select((LibraryModel m) => m.playlists.length); + context.select((m) => m.podcastUpdates.length); if (!ready) { return SplashScreen( @@ -244,6 +245,8 @@ class _AppState extends State { unStarStation: libraryModel.unStarStation, play: play, countryCode: _countryCode, + podcastUpdateAvailable: libraryModel.podcastUpdateAvailable, + removePodcastUpdate: libraryModel.removePodcastUpdate, ); final yaruMasterDetailPage = MasterDetailPage( diff --git a/lib/app/common/audio_page.dart b/lib/app/common/audio_page.dart index 85c218f2d..e085f35bd 100644 --- a/lib/app/common/audio_page.dart +++ b/lib/app/common/audio_page.dart @@ -38,6 +38,7 @@ class AudioPage extends StatelessWidget { this.albumFlex = 4, this.showAudioTileHeader = true, this.countryCode, + this.removeUpdate, }); final Set