Skip to content

White screen#225

Merged
charkhaw merged 12 commits intoBuildFire:white-screen-offline-download-playlist-fixfrom
AlaaN-Smadi:whiteScreen
Mar 5, 2023
Merged

White screen#225
charkhaw merged 12 commits intoBuildFire:white-screen-offline-download-playlist-fixfrom
AlaaN-Smadi:whiteScreen

Conversation

@AlaaN-Smadi
Copy link
Copy Markdown
Contributor

  • fix the white screen in IOS
  • fix play playlist audio
  • fix download audio on IOS

@charkhaw charkhaw changed the base branch from master to white-screen-offline-download-playlist-fix March 2, 2023 22:39
Comment thread widget/app.js Outdated
}
if (res) {
res = res.filter(item=>(!(item.mediaType==='audio' && (item.originalMediaUrl.includes("www.dropbox") || item.originalMediaUrl.includes("dl.dropbox")) && !item.dropboxAudioUpdated)))
res = res.filter(item=>(!(item.mediaType==='audio' && (item.originalMediaUrl.includes("www.dropbox") || item.originalMediaUrl.includes("dl.dropbox")) && !item.dropboxAudioUpdatedV2)))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Keep the old settings
  • just add new one audioDownloadUpdated as new filter condition under this block

res.filter(item=>( // ios and fileType audio)

@charkhaw charkhaw merged commit 49e4f5b into BuildFire:white-screen-offline-download-playlist-fix Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants