cippy
This commit is contained in:
parent
411e690e65
commit
46231c8012
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ mod imp {
|
|||
impl AlbumCarousel {
|
||||
fn model(&self) -> &gio::ListStore {
|
||||
self.model
|
||||
.get_or_init(|| gio::ListStore::new::<crate::model::Album>())
|
||||
.get_or_init(gio::ListStore::new::<crate::model::Album>)
|
||||
}
|
||||
|
||||
fn update_model(&self) {
|
||||
|
|
Loading…
Reference in a new issue