update recording file name

This commit is contained in:
Luke Pulverenti
2016-08-29 14:42:53 -04:00
parent f0864b1dae
commit 06ebf9d3c2
9 changed files with 5 additions and 72 deletions

View File

@@ -55,6 +55,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
{
name += " " + info.OriginalAirDate.Value.ToString("yyyy-MM-dd");
}
else
{
name += " " + DateTime.Now.ToString("yyyy-MM-dd");
}
if (!string.IsNullOrWhiteSpace(info.EpisodeTitle))
{