Skip to content

Commit

Permalink
Implement Sequence::is_playing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dove6 committed Aug 26, 2024
1 parent c3ec30c commit b1fbffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixlib_parser/src/runner/classes/sequence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ impl SequenceState {
pub fn is_playing(&self) -> anyhow::Result<bool> {
// ISPLAYING
todo!()
Ok(self.currently_playing.is_some())
}
pub fn pause(&mut self) -> anyhow::Result<()> {
Expand Down

0 comments on commit b1fbffa

Please sign in to comment.