Skip to content

Commit

Permalink
moq-dir: Fix one place that still uses groups?
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm committed Oct 31, 2024
1 parent 1bf2177 commit 211fec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moq-dir/src/listing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl ListingWriter {
fn snapshot(&mut self) -> Result<SubgroupWriter, ServeError> {
let mut subgroups = match self.subgroups.take() {
Some(subgroups) => subgroups,
None => self.track.take().unwrap().subgroups()?,
None => self.track.take().unwrap().groups()?,
};

let priority = 127;
Expand Down

0 comments on commit 211fec4

Please sign in to comment.