Start to implement the VideoService list_root_folder method.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
extern crate core;
|
||||
|
||||
use crate::user::validator::validator;
|
||||
use actix_web::web::ServiceConfig;
|
||||
use actix_web::{get, web, HttpResponse, Responder};
|
||||
use actix_web_httpauth::middleware::HttpAuthentication;
|
||||
use crate::video::handler::download_file;
|
||||
|
||||
pub mod user;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user