(&self)
| 121 | |
| 122 | #[tracing::instrument(level = "debug", skip(self))] |
| 123 | pub fn remove_from_library(&self) { |
| 124 | remove_songs_from_library(self.current_or_list(), self.refresh_cb.clone()); |
| 125 | } |
| 126 | |
| 127 | #[tracing::instrument(level = "debug", skip(self, id))] |
| 128 | pub fn add_to_playlist(&self, id: String) { |
no test coverage detected