refactor: migrated episode actions API to store
This commit is contained in:
parent
dd14a2152f
commit
465612eec7
7 changed files with 97 additions and 53 deletions
|
|
@ -9,7 +9,6 @@ pub fn serve(config: &crate::config::Config) -> u8 {
|
|||
let repo = db::SqliteRepository::from(pool);
|
||||
|
||||
let ctx = server::Context {
|
||||
repo: repo.clone(),
|
||||
store: crate::gpodder::GpodderRepository::new(repo),
|
||||
};
|
||||
let app = server::app(ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue