You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Download option on a podcast episode operates on download.view, and also shows even if the episode hasn't been downloaded yet. leading to a failure.
what makes sense to me is
click when episode.status == skipped -> call downloadPodcastEpisode.view
click when episode.status == completed -> call download.view
otherwise -> don't show the option
or maybe have different options for each
also maybe i'm misunderstanding this, hense the discussion. wdty? thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
the Download option on a podcast episode operates on download.view, and also shows even if the episode hasn't been downloaded yet. leading to a failure.
what makes sense to me is
click when episode.status == skipped -> call downloadPodcastEpisode.view
click when episode.status == completed -> call download.view
otherwise -> don't show the option
or maybe have different options for each
also maybe i'm misunderstanding this, hense the discussion. wdty? thanks!
Beta Was this translation helpful? Give feedback.
All reactions