-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloaded podcasts episode order by recently downloaded #1086
Comments
I want to work on this issue. Can you please assign me the issue? and adding to it can you please mark out the file where i can get the downloading of podcast code? |
Isn't the current behavior more appropriate? |
the episode model does not store downloaded date as mentioned in mode : Solution 1: Solution 2: We can just reverse the list when we fetch the episodes from downloaded database. |
As in our DB : PRIMARY KEY (id, podcastId) |
Lets go with this. |
My bad, I hadn't thoroughly investigated this behavior in other podcast applications. We shouldn't be touching the episode order even when they've been downloaded. @himanshu608 was right about that behavior. But the order in which podcasts are displayed can be varies. Some show them in the same order while others display podcasts in descending order of their last downloaded episode. I personally prefer not changing the order, what do the rest of you think? |
Describe the bug
The downloaded episodes of any podcast currently shows the episodes in oldest to newest order.
Expected behavior
The episodes should be ordered to show the recently downloaded episode first for each podcast.
The text was updated successfully, but these errors were encountered: