Skip to content

Correct sort order when "Date Played" is selected in TV library.#1746

Open
tarka wants to merge 1 commit into
damontecres:mainfrom
tarka:fix-tv-last-played-sort
Open

Correct sort order when "Date Played" is selected in TV library.#1746
tarka wants to merge 1 commit into
damontecres:mainfrom
tarka:fix-tv-last-played-sort

Conversation

@tarka

@tarka tarka commented Jul 25, 2026

Copy link
Copy Markdown

Description

The TV library page offers the option to sort by date played, however when selected it reverts to the default (alphabetical). This appears to be due to the use of ItemSortBy.DATE_PLAYED rather than the correct ItemSortBy.SERIES_DATE_PLAYED. See BrowseGridFragment for the usage in the official Android TV client.

Related issues

N/A

Testing

Emulator against personal Jellyfin server.

Screenshots

N/A

AI or LLM usage

None

The TV library page offers the option to sort by date played, however
when selected it reverts to the default (alphabetical).  This appears
to be due to the use of `ItemSortBy.DATE_PLAYED` rather than the
correct `ItemSortBy.SERIES_DATE_PLAYED`. See the link below for the
usage in the official Android TV client.

https://github.com/jellyfin/jellyfin-androidtv/blob/master/app/src/main/java/org/jellyfin/androidtv/ui/browsing/BrowseGridFragment.java#L169

N/A

Emulator against personal Jellyfin server.

N/A

None
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.

1 participant