code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -55,7 +55,7 @@ internal class ChronologicalMediaComparer : IComparer<MediaItem>
|
||||
Song s => s.SongMetadata.HeadOrNone().Match(sm => sm.Date ?? string.Empty, () => string.Empty),
|
||||
_ => string.Empty
|
||||
};
|
||||
|
||||
|
||||
if (songDate1 != songDate2)
|
||||
{
|
||||
return string.Compare(songDate1, songDate2, StringComparison.Ordinal);
|
||||
@@ -135,4 +135,4 @@ internal class ChronologicalMediaComparer : IComparer<MediaItem>
|
||||
|
||||
return x.Id.CompareTo(y.Id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user