mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-06-20 16:35:17 +00:00
Continue to deprecate old movie system
This commit is contained in:
@ -22,7 +22,6 @@ pub mod global_search_result;
|
||||
pub mod friend;
|
||||
pub mod friendship_status;
|
||||
pub mod post;
|
||||
pub mod movie;
|
||||
pub mod survey;
|
||||
pub mod comment;
|
||||
pub mod new_survey;
|
||||
|
@ -1,14 +0,0 @@
|
||||
//! # Movie information
|
||||
//!
|
||||
//! @author Pierre Hubert
|
||||
|
||||
use crate::data::user::UserID;
|
||||
|
||||
pub struct Movie {
|
||||
pub id: u64,
|
||||
pub user_id: UserID,
|
||||
pub name: String,
|
||||
pub uri: String,
|
||||
pub file_type: String,
|
||||
pub size: usize,
|
||||
}
|
Reference in New Issue
Block a user