function showUndoScrubButton(currentPlayTime):
if currentPlaybackTime >= 3 hours:
return true
else:
return false
3hr is a stand in, it could also always be present!
@ApplePodcasts@spotifypodcasts, "Undo scrub" feature request.
Please add a "undo scrub" button after I accidentally scrub on my phone home screen on a 3+ hr podcast.
I give up finding where I was. Scrubbing is a needle in a hay stack and jumping ± 30 seconds doesn't cut it.
@timneutkens @jjaybrown98 The storage options in the cloud vercel offers for which there are the packages for interacting with in next.
I was just saying it would be cool to have this same native functionality for when hosting next locally but the files are in the local fs.
@leeerob Ahhh gotcha. So then one would have to use dynamic imports with ssr false for components, correct?
What about classes? Not class components, but just a class. One I’m running into is L from leaflet.
Cheers!