Create library item repository.

This commit is contained in:
Florian THIERRY
2026-07-17 10:39:11 +02:00
parent 36eec1e694
commit 56d5abe964
4 changed files with 107 additions and 4 deletions
+1 -3
View File
@@ -10,9 +10,7 @@ use lumiere_domain::video::model::video::VideoFormat::{AVI, MKV, MP4, WEBM};
use crate::video::video_format_detector::get_content_type;
#[derive(Clone)]
pub struct VideoAdapter {
}
pub struct VideoAdapter {}
impl VideoAdapter {
pub fn new() -> Self {