various: simplify code; work on security and performance
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I9a5114addcab5fbff430ab2b919b83466a6a6964
This commit is contained in:
parent
016841b200
commit
c4adc4e3e0
75 changed files with 12921 additions and 358 deletions
|
|
@ -1,7 +1,9 @@
|
|||
pub mod analytics;
|
||||
pub mod audit;
|
||||
pub mod cache;
|
||||
pub mod collections;
|
||||
pub mod config;
|
||||
pub mod enrichment;
|
||||
pub mod error;
|
||||
pub mod events;
|
||||
pub mod export;
|
||||
|
|
@ -13,9 +15,15 @@ pub mod media_type;
|
|||
pub mod metadata;
|
||||
pub mod model;
|
||||
pub mod opener;
|
||||
pub mod playlists;
|
||||
pub mod plugin;
|
||||
pub mod scan;
|
||||
pub mod scheduler;
|
||||
pub mod search;
|
||||
pub mod social;
|
||||
pub mod storage;
|
||||
pub mod subtitles;
|
||||
pub mod tags;
|
||||
pub mod thumbnail;
|
||||
pub mod transcode;
|
||||
pub mod users;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue