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

Keep ordering from album view in picture viewer #1998

Merged
merged 1 commit into from
Aug 20, 2022

Conversation

nielsvanvelzen
Copy link
Member

Changes

  • Keep ordering from album view in picture viewer

Issues

@nielsvanvelzen nielsvanvelzen added bug Something isn't working photos Issue related to photo's and photo albums labels Aug 20, 2022
@nielsvanvelzen nielsvanvelzen added this to the v0.15.0 milestone Aug 20, 2022
const val EXTRA_AUTO_PLAY = "auto_play"

fun createIntent(context: Context, item: BaseItemDto, autoPlay: Boolean): Intent {
fun createIntent(context: Context, item: BaseItemDto, autoPlay: Boolean, albumSortBy: String, albumSortOrder: SortOrder): Intent {

Check notice

Code scanning

Line detected, which is longer than the defined maximum line length in the code style.

Line detected, which is longer than the defined maximum line length in the code style.
return mSortBy;
}

public SortOrder getSortOrder() {

Check notice

Code scanning / Android Lint

Unknown nullness

Unknown nullability; explicitly declare as @Nullable or @NonNull to improve Kotlin interoperability; see https://developer.android.com/kotlin/interop#nullability_annotations
@nielsvanvelzen nielsvanvelzen merged commit 7207b3d into jellyfin:master Aug 20, 2022
@nielsvanvelzen nielsvanvelzen deleted the picture-viewer-order branch August 20, 2022 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working photos Issue related to photo's and photo albums
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants