Added auth
This commit is contained in:
@@ -3,6 +3,7 @@ pub mod artist;
|
||||
pub mod download_queue;
|
||||
pub mod search_cache;
|
||||
pub mod track;
|
||||
pub mod user;
|
||||
pub mod wanted_item;
|
||||
|
||||
pub use album::Entity as Albums;
|
||||
@@ -10,4 +11,5 @@ pub use artist::Entity as Artists;
|
||||
pub use download_queue::Entity as DownloadQueue;
|
||||
pub use search_cache::Entity as SearchCache;
|
||||
pub use track::Entity as Tracks;
|
||||
pub use user::Entity as Users;
|
||||
pub use wanted_item::Entity as WantedItems;
|
||||
|
||||
Reference in New Issue
Block a user