refactor(gpodder): rename store trait
This commit is contained in:
parent
fc46c4874a
commit
7de4897364
7 changed files with 18 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue