various non-functional code cleanups

This commit is contained in:
Henrik Friedrichsen
2020-02-21 23:33:08 +01:00
parent 7d9a81fa0a
commit d2915316da
15 changed files with 41 additions and 49 deletions

View File

@@ -37,7 +37,7 @@ impl LibraryView {
.tab(
"playlists",
"Playlists",
PlaylistsView::new(queue.clone(), library.clone()),
PlaylistsView::new(queue, library.clone()),
);
Self { tabs }