Code Cleanup

This commit is contained in:
ema
2025-05-25 03:45:07 +08:00
parent 51a46155d7
commit eed0c53e9c
4 changed files with 8 additions and 8 deletions

View File

@@ -34,8 +34,8 @@ namespace QuickLook.Plugin.VideoViewer.AudioTrack;
internal class MidiPlayer : IDisposable, INotifyPropertyChanged
{
private ViewerPanel _vp;
private ContextObject _context;
private ViewerPanel _vp;
private MidiFile _midiFile;
private OutputDevice _outputDevice;
private Playback _playback;