Fix spelling mistake
This commit is contained in:
committed by
Henrik Friedrichsen
parent
6e2b108284
commit
3d11b2c333
@@ -26,7 +26,7 @@ pub trait ListItem: Sync + Send + 'static {
|
||||
fn save(&mut self, library: Arc<Library>);
|
||||
fn unsave(&mut self, library: Arc<Library>);
|
||||
fn open(&self, queue: Arc<Queue>, library: Arc<Library>) -> Option<Box<dyn ViewExt>>;
|
||||
fn open_recommentations(
|
||||
fn open_recommendations(
|
||||
&self,
|
||||
_queue: Arc<Queue>,
|
||||
_library: Arc<Library>,
|
||||
|
||||
Reference in New Issue
Block a user