refactor(gpodder): rename store trait

This commit is contained in:
Jef Roosens 2025-06-15 14:31:36 +02:00
parent fc46c4874a
commit 7de4897364
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
7 changed files with 18 additions and 16 deletions

View file

@ -38,7 +38,7 @@ impl From<gpodder::DeviceType> for DeviceType {
}
}
impl gpodder::DeviceRepository for SqliteRepository {
impl gpodder::GpodderDeviceStore for SqliteRepository {
fn devices_for_user(
&self,
user: &gpodder::User,