Fix spelling mistake

This commit is contained in:
Qluxzz
2021-03-05 21:04:17 +01:00
committed by Henrik Friedrichsen
parent 6e2b108284
commit 3d11b2c333
4 changed files with 8 additions and 8 deletions

View File

@@ -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>,