Skip to content

Commit

Permalink
Merge pull request #4 from rushakh/Cleaned-Internal-Codes
Browse files Browse the repository at this point in the history
Retouched, removed unnecessary over-optimization
  • Loading branch information
rushakh authored Apr 30, 2024
2 parents 6d81f46 + 2e66f0c commit deb8009
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 825 deletions.
217 changes: 28 additions & 189 deletions Media Player/AudioDataBase.cs

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions Media Player/FilterDuplicates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ await Task.Run(() =>
}
allArtFilePaths = (string[])tempArtsPaths.ToArray().Clone();
tempArtsPaths.Clear();
tempArtsPaths = null;

List<string> artsToRemove = new List<string>();
XmlDocument MusicDataBase = new XmlDocument();
Expand Down Expand Up @@ -105,8 +104,6 @@ await Task.Run(() =>
}

MusicDataBase.Save(allMusicDataBase);
MusicDataBase = null;
artsToRemove = null;
});
GC.Collect();
}
Expand Down
327 changes: 0 additions & 327 deletions Media Player/FormEditor.cs

This file was deleted.

Loading

0 comments on commit deb8009

Please sign in to comment.