Throw away flix files in favor of a flix database

This commit is contained in:
2025-09-18 22:41:34 -06:00
parent ba9c3fa03d
commit 06110b91a1
117 changed files with 8645 additions and 1054 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
//! flix-tmdb provides clients and models for fetching data from TMDB
/// TMDB API clients
#![cfg_attr(docsrs, feature(doc_cfg))]
pub mod api;
/// Deserializable types from the TMDB API
pub mod model;
mod client;