ensure recording filename is unique

pull/702/head
Luke Pulverenti 9 years ago
parent 10395b6c84
commit 75bbaf2646

@ -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;

Loading…
Cancel
Save