rename as_boxed_view_ext to into_boxed_view_ext
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user