mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
committed by
GitHub
parent
b2bbcea245
commit
062c71fe41
@@ -1,3 +1,4 @@
|
||||
#![recursion_limit = "256"]
|
||||
#![warn(
|
||||
clippy::all,
|
||||
clippy::pedantic,
|
||||
|
||||
@@ -727,7 +727,7 @@ async fn get_all_children_files_by_extensions(
|
||||
.collect::<Vec<_>>()
|
||||
.join(",")
|
||||
),
|
||||
PrismaValue::Int(i64::from(parent_iso_file_path.location_id())),
|
||||
PrismaValue::Int(parent_iso_file_path.location_id()),
|
||||
PrismaValue::String(format!(
|
||||
"{}%",
|
||||
parent_iso_file_path
|
||||
|
||||
@@ -196,7 +196,7 @@ async fn get_files_by_extensions(
|
||||
.collect::<Vec<_>>()
|
||||
.join(",")
|
||||
),
|
||||
PrismaValue::Int(i64::from(parent_iso_file_path.location_id())),
|
||||
PrismaValue::Int(parent_iso_file_path.location_id()),
|
||||
PrismaValue::String(
|
||||
parent_iso_file_path
|
||||
.materialized_path_for_children()
|
||||
|
||||
Reference in New Issue
Block a user