auto order

Signed-off-by: Matt Bruce <Matt Bruce>
This commit is contained in:
Matt Bruce 2016-07-26 12:28:47 -05:00
parent d641f7a44d
commit 18fee93f93

View File

@ -116,7 +116,7 @@ namespace TestSelector
tag = TagLib.File.Create(file.FullName);
song.FileType = FileType.MP4;
}
song.Order = 1;
song.Order = controller.PlayQueue.Count() + 1;
song.Title = tag.Tag.Title;
song.Artist = tag.Tag.Performers[0];
song.Path = file.FullName.Replace(@"D:\KaraokeData\Karaoke\", @"Z:\");