Start to implement the VideoService list_root_folder method.

This commit is contained in:
Florian THIERRY
2026-07-14 14:27:45 +02:00
parent f8fd59b01a
commit 2df12118eb
11 changed files with 69 additions and 15 deletions
@@ -1,4 +1,4 @@
use lumiere_domain::video::model::VideoFormat;
use lumiere_domain::video::library_item::VideoFormat;
pub fn map_to_content_type(video_format: &VideoFormat) -> &'static str {
match video_format {