feat(gpodder_sqlite): add user admin field

This commit is contained in:
Jef Roosens 2025-06-24 13:07:06 +02:00
parent 346c27fc3f
commit 669aa475ca
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
6 changed files with 8 additions and 0 deletions

View file

@ -18,6 +18,7 @@ impl From<User> for gpodder::User {
id: value.id,
username: value.username,
password_hash: value.password_hash,
admin: value.admin,
}
}
}