All tags added are now lower case

This commit is contained in:
hak8or 2018-03-03 00:24:54 -05:00
parent 2709154cee
commit 76ae5a6f8f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace YTManager.Tasks {
if (contentdetail.Snippet.Tags == null)
vid.Tags = new List<Models.Tag>();
else
vid.Tags = contentdetail.Snippet.Tags.Select(t => new Models.Tag { Name = t }).ToList();
vid.Tags = contentdetail.Snippet.Tags.Select(t => new Models.Tag { Name = t.ToLower() }).ToList();
}
// Send back the parsed vids.