Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: building with notify only (#658)
While (#562) implemented conditional compilation for notify without streaming the used function seems to be deprecated with &track out of scope. Replacing it with Self::notify_new_track(&track, &path)?; fixes the issue.
- Loading branch information