mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Fix typos found by codespell
- Typos were found by codespell v1.17.0.dev0 (commit 44fea6d) - Command used: codespell -q 2 \ -L ba,bloc,blocs,doubleclick,dur,fille,frmat,numer,optin,passtime \ -L pres,strack,te,tim,tre,uint,whn \ --skip="*.de-DE.resx,./Bwg*,./Freedb,./MusicBrainz,./ProgressODoom" \ --skip="./ThirdParty"
This commit is contained in:
@@ -1224,7 +1224,7 @@ namespace CUETools.Processor
|
||||
}
|
||||
else
|
||||
{
|
||||
// Wierd case: audio file after data track with only index 00 specified.
|
||||
// Weird case: audio file after data track with only index 00 specified.
|
||||
if (!isAudioTrack && _sourcePaths.Count == 0 && indexes.Count > 0 && indexes[indexes.Count - 1].Index == 0)
|
||||
{
|
||||
indexInfo.Track = indexes[indexes.Count - 1].Track;
|
||||
@@ -3223,7 +3223,7 @@ namespace CUETools.Processor
|
||||
// TODO?
|
||||
}
|
||||
|
||||
// these will be set explicitely
|
||||
// these will be set explicitly
|
||||
destTags.Remove("ARTIST");
|
||||
destTags.Remove("TITLE");
|
||||
destTags.Remove("ALBUM");
|
||||
@@ -3305,7 +3305,7 @@ namespace CUETools.Processor
|
||||
}
|
||||
}
|
||||
|
||||
// these will be set explicitely
|
||||
// these will be set explicitly
|
||||
destTags.Remove("ARTIST");
|
||||
destTags.Remove("TITLE");
|
||||
destTags.Remove("ALBUM");
|
||||
|
||||
Reference in New Issue
Block a user