Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lostb1t committed Aug 13, 2023
1 parent b1a4e05 commit 3dade78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ impl Transform for LibraryMixTransform {
.get_cached(
plex_client.get_collection_children(
id,
Some(self.offset.clone()),
Some(self.limit.clone()),
Some(self.offset),
Some(self.limit),
),
format!(
"get_collection_children:{}:{}:{}",
Expand Down

0 comments on commit 3dade78

Please sign in to comment.