tags fixed

This commit is contained in:
Simon
2025-11-14 09:43:20 +00:00
parent 8d4a357edf
commit a875cec9f6

View File

@@ -231,7 +231,7 @@ impl XxdbxProvider {
thumb, thumb,
duration, duration,
) )
.tags(tags) .tags(tags.into_iter().map(|s| s.split("/").collect::<Vec<&str>>().last().unwrap().to_string()).collect::<Vec<String>>())
.preview(preview); .preview(preview);
items.push(video_item); items.push(video_item);
} }