Skip to content

Commit

Permalink
Merge branch 'jellyfin:main' into playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
JPKribs authored Feb 14, 2025
2 parents 2430253 + c934ac4 commit c8723fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Shared/Objects/LibraryParent/LibraryParent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ extension LibraryParent {
guard let id else { return parameters }

var parameters = parameters
parameters.isRecursive = true
parameters.includeItemTypes = supportedItemTypes

switch libraryType {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ final class ItemLibraryViewModel: PagingLibraryViewModel<BaseItemDto> {

// Default values, expected to be overridden
// by parent or filters
parameters.isRecursive = true
parameters.includeItemTypes = BaseItemKind.supportedCases
parameters.sortOrder = [.ascending]
parameters.sortBy = [ItemSortBy.name.rawValue]
Expand Down

0 comments on commit c8723fb

Please sign in to comment.