(&self)
| 152 | |
| 153 | #[tracing::instrument(level = "debug", skip(self))] |
| 154 | pub fn get_repeat(&self) -> RepeatModes { |
| 155 | self.data.player_details.repeat |
| 156 | } |
| 157 | |
| 158 | #[tracing::instrument(level = "debug", skip(self))] |
| 159 | pub fn get_force_seek(&self) -> f64 { |
no outgoing calls
no test coverage detected