diff --git a/src/commands/SetTrackInfoCommand.cpp b/src/commands/SetTrackInfoCommand.cpp index d324f3573..da94b86ad 100644 --- a/src/commands/SetTrackInfoCommand.cpp +++ b/src/commands/SetTrackInfoCommand.cpp @@ -107,7 +107,7 @@ bool SetTrackBase::Apply(const CommandContext & context ) #endif if( bThisTrack ){ - ApplyInner( context, t ); + ApplyInner( context, channel ); } ++j; // count all channels }