refactor: migrated episode actions API to store

This commit is contained in:
Jef Roosens 2025-03-15 19:34:27 +01:00
parent dd14a2152f
commit 465612eec7
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
7 changed files with 97 additions and 53 deletions

View file

@ -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);