Skip to content

Commit 4f7b488

Browse files
committed
Cleanup
1 parent 52eb546 commit 4f7b488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ATL/Playlist/PlaylistIO.cs

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ protected PlaylistIO(string filePath, bool supportsRelativePaths = true)
130130
/// <inheritdoc/>
131131
public bool Save()
132132
{
133-
bool havePathsChanged = !initialFilePaths.Select(ifp => ifp.Path).SequenceEqual(FilePaths);
134133
bool haveMetaChanged = !initialMetadata.SequenceEqual(Tracks.Select(t => new TagHolder(t.toTagData())));
135134

136135
LogDelegator.GetLocateDelegate()(Path);

0 commit comments

Comments
 (0)