fix incorrect comment

This commit is contained in:
llama 2025-11-20 21:25:51 +08:00
parent ef69b9c657
commit 36a80c15ed
No known key found for this signature in database
GPG key ID: 0B7543854B9413C3

View file

@ -173,7 +173,7 @@ pub fn add_data_to_folder_uniquely<'a, P>(
where
P: AsRef<Path>,
{
// case-fold when to account for case-insensitive filesystems
// force lowercase to account for case-insensitive filesystems
// but not within normalize_filename, for existing media refs
let normalized_name: Cow<_> = normalize_filename(desired_name).to_lowercase().into();