Skip to content

Commit

Permalink
isRecursive is another PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPKribs committed Feb 9, 2025
1 parent 5eaca41 commit 2430253
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Shared/ViewModels/LibraryViewModel/ItemLibraryViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ final class ItemLibraryViewModel: PagingLibraryViewModel<BaseItemDto> {
parameters = parent.setParentParameters(parameters)
}

// Temp
parameters.isRecursive = true

// Page size
if let page {
parameters.limit = pageSize
Expand Down

0 comments on commit 2430253

Please sign in to comment.