rename as_boxed_view_ext to into_boxed_view_ext

This commit is contained in:
Henrik Friedrichsen
2021-03-22 22:36:33 +01:00
parent 5295eb4b5a
commit d2edfc3caf
12 changed files with 15 additions and 15 deletions

View File

@@ -155,7 +155,7 @@ impl ListItem for Show {
}
fn open(&self, queue: Arc<Queue>, library: Arc<Library>) -> Option<Box<dyn ViewExt>> {
Some(ShowView::new(queue, library, self).as_boxed_view_ext())
Some(ShowView::new(queue, library, self).into_boxed_view_ext())
}
fn share_url(&self) -> Option<String> {