Re-organized providers and added a few
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
pub mod coverart;
|
||||
pub mod error;
|
||||
pub mod fanarttv;
|
||||
pub mod http;
|
||||
pub mod lastfm;
|
||||
pub mod lrclib;
|
||||
pub mod musicbrainz;
|
||||
pub mod traits;
|
||||
pub mod types;
|
||||
pub mod wikipedia;
|
||||
|
||||
pub use coverart::CoverArtArchiveFetcher;
|
||||
pub use error::{DataError, DataResult};
|
||||
pub use fanarttv::FanartTvFetcher;
|
||||
pub use lastfm::LastFmBioFetcher;
|
||||
pub use lrclib::LrclibFetcher;
|
||||
pub use musicbrainz::MusicBrainzFetcher;
|
||||
pub use traits::*;
|
||||
pub use types::*;
|
||||
pub use wikipedia::WikipediaFetcher;
|
||||
Reference in New Issue
Block a user