@foreach (var item in PlaylistHelper.PlayListLoadSave.KeepNoEmpty())
{
if (item.Value != null)
{
var arr = PlaylistHelper[item.Key];
var existX = arr.Count(p => p == PendingAddTrack?.Path);
@item.Value
(@arr.Count)
@if (existX == 1)
{
Exist
}
else if (existX > 1)
{
Dup x @existX
}