Skip to content
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

Show episodes in cronological order #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nicolascolla
Copy link
Contributor

By default, podbird/podphoenix show episodes in reverse cronological order:

738        db.transaction(function (tx) {
739            var rs = tx.executeSql("SELECT rowid, * FROM Episode WHERE podcast=? ORDER BY published DESC", [pid]);

I recommend showing episodes in cronological order by default:

A toggle to show episodes in reverse cronological order could be added later.

@ilyakooo0
Copy link
Collaborator

@nicolascolla It is not obvious to me that this is the desired behavior.

Some podcasts have 100+ episodes and listening to the latest episode seems like a more likely use case than listening to the first episode.

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