ensure recording filename is unique

This commit is contained in:
Luke Pulverenti 2016-01-11 21:38:43 -05:00
parent 3f17949f25
commit 72120e0de5

View File

@ -73,7 +73,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
}
else
{
name += " " + info.StartDate.ToString("yyyy-MM-dd");
name += " " + info.StartDate.ToString("yyyy-MM-dd") + " " + info.Id;
}
return name;