(&self, id: String)
| 126 | |
| 127 | #[tracing::instrument(level = "debug", skip(self, id))] |
| 128 | pub fn add_to_playlist(&self, id: String) { |
| 129 | add_to_playlist(id, self.current_or_list()); |
| 130 | } |
| 131 | |
| 132 | #[tracing::instrument(level = "debug", skip(self))] |
| 133 | pub fn goto_album(&self) { |
no test coverage detected